Monitoring Tomcat with JMX
Larry Williams points out how to monitor Tomcat 5.5.x with JMX.
To monitor your Tomcat instance with JMX start Tomcat with the following JVM parameters.
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9000 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
I'm posting this hear so it's easier to find when I get time to try this out.
Posted by Sara on February 17, 2005 at 02:58 AM MST #
Posted by Sharma on March 01, 2005 at 11:52 AM MST #
Posted by Matt Raible on March 01, 2005 at 01:58 PM MST #
Posted by rutu on February 24, 2008 at 06:10 AM MST #