CLM Server Monitor with Tomcat as a Service
I have followed the directions to install CLM Server Monitor, https://jazz.net/wiki/bin/view/Deployment/CLMServerMonitoringInstallEnable
I am able to get the server monitor to startup when I use the server.startup.bat scripts. However, when I start the CLM with the apache service it does not start the CLM Server Monitor, because I cannot connect via JConsole.
I have updated the service definition via tomcat7w.exe. I have added the following options to Java Options:
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=1099
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false