problems with Java Runtime Environment Monitor
Hi, i create a new monitor to my jvm, and have the follow problem:
Service is not Running.
Root Cause:
Service port 1099 not accessible from [myhost]
Having trouble adding Monitors?
To monitor a Java Runtime Environment the following java runtime options needs to be added to your application
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Replace 1099 with the actual port number of the agent
In my Tomcat startup.bat have the next code
set CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
I don�t know where are the problem. Any suggestions.
Thanx a lot.
Jorge.
New to ADSelfService Plus?