Friday, September 30, 2011

JMX jconsole

Configure Tomcat
Add those params to the server JVM options :
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=3456 -Dcom.sun.management.jmxremote.authenticate=false 


Run jconsole
Go to JAVA_HOME/bin
run ./jconsole
Connect to the console

No comments: