Search This Blog

Showing posts with label jmx. Show all posts
Showing posts with label jmx. Show all posts

Wednesday, December 14, 2016

jmx via mission controller

To enable jmx to be used with java mission control.

append the following to the java process, while starting the process.


-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=3614
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false