Spotfire® Server and Environment - Installation and Administration

Disabling the memory dump feature

Because a memory dump can contain sensitive information, you might need to configure the Spotfire Server to never create this artifact.

About this task

Perform this task in the file configuration.xml, exported from the Spotfire Server.

Before you begin

Procedure

  1. In the file configuration.xml, create a new node as follows.
    <tools>
               <enable-memory-dump>
                  <enabled>false</enabled>
               </enable-memory-dump>
            </tools>
  2. Save and close the file.
  3. Follow the steps for importing the file to the server and then restarting the service.

Results

The new imported configuration becomes the active configuration for that server or cluster.