Thursday, January 27, 2011

Tomcat Monitoring

I followed the following steps to set up tomcat monitoring.
1. In tomcat/bin/startup.bat add the following line below all the rem comments on top of the file.
 
set JAVA_OPTS=-Dcom.sun.management.jmxremote.port=7009 -Dcom.sun.management.jmxremote.ssl=false -
Dcom.sun.management.jmxremote.authenticate=false

2. From Jdk/bin> jconsole localhost:7009

It is a basic monitoring with no authentication and ssl.

No comments:

Post a Comment