Enable Remote JMX


Tags:

To enable remote JMX for Java for the SUN JVM, add these options to your JAVA_OPTIONS settings:

-Dcom.sun.management.jmxremote.port=9999
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false"

This will allow you to connect to the JVM with such tools as JConsole.