Handle Configuration File
The following steps show how to handle configuration files:
Starting Service Performance Manager with a TRA file
The Service Performance Manager server uses two different files, one for starting the server JVM and another for application configuration. tibspm.tra is the default file used to start the server JVM. This file provides runtime parameters to start the JVM, such as heap sizes, classpath, and so on. It also passes on the application specific configuration to the server using the application_args property. By default, this property points to spm-config.properties in SPM_HOME/config folder. You can use TIBCO Configuration Tool to change the application_args property to a different TRA file as follows:
Changing or Overriding the Existing Server Configuration
Option | Description |
---|---|
Override the original configuration file | Select this option to apply the current configuration to the existing server configuration file, which by default for the first time, is spm-config.properties in SPM_HOME/config folder. |
Save as a new file | Select this option to create a new file with the specified name and location. |
In both cases, the chosen TRA file is modified to use this server configuration by changing its application_args property accordingly.
TIBCO Configuration Tool also stores these changes such that the defaults values are loaded from the last run.