Summary Configuration

  1. TIBCO Configuration Tool now shows the location of the folder where the current session state is stored, in the Sessions Scripts and Log Folder. You can change it as required.
  2. Ensure that Configure ActiveMatrix SPM Dashboard Server is selected. It is selected by default.
  3. Click Configure to configure the dashboard.

Alternatively, you can manually change the properties specified in the SPM_HOME/config/spmdashboard-config.properties file. If you do not want to use TIBCO Configuration Tool to configure the TIBCO ActiveMatrix SPM Dashboard, you can override any default value of a property from the spmdashboard-config.properties file.

Note: TIBCO Configuration Tool does not recognize the changes made directly to the spmdashboard-config.properties file. Hence, it is recommended to always use TIBCO Configuration Tool to make changes to the configuration.
Note: By default, TIBCO ActiveMatrix Dashboard listens on port 8080. You can change this number using TIBCO Configuration Tool. To manually change the port number:
  1. Open the SPM_HOME/amxdashboard/tomcat/conf/server.xml file.
  2. Change the port number in the following code snippet:
    <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />