Setting Properties for the SPM Dashboard

To ensure that the dashboard works, you need to set some properties in the TIBCO_HOME/spm/2.3/spmdashboard/tomcat/bin/setenv.bat file.

Procedure

  1. Open TIBCO_HOME/spm/2.3/spmdashboard/tomcat/bin/setenv.bat.
  2. Modify the property, CATALINA_OPTS to have the correct remote host name, port number, SSL and authentication options, if any. The property is commented by default. The default setting of the property is as follows:
    Platform Command
    Windows
    set CATALINA_OPTS=
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.host=localhost 
    -Dcom.sun.management.jmxremote.port=9600 -Dcom.sun.management.jmxremote.ssl=false 
    -Dcom.sun.management.jmxremote.authenticate=false
    Linux
    export CATALINA_OPTS=
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.host=localhost 
    -Dcom.sun.management.jmxremote.port=9600 -Dcom.sun.management.jmxremote.ssl=false 
    -Dcom.sun.management.jmxremote.authenticate=false
  3. Save the file.