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
- Open TIBCO_HOME/spm/2.3/spmdashboard/tomcat/bin/setenv.bat.
-
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
- Save the file.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.