I am working on windows vista and using Tomcat 5.0.28.0 and JDK 1.6 so please tell me the steps for windows. thanx
Mark Thomas-18 wrote: > > Anamika raj wrote: >> I searched a lot for the setting of the jconsole to monitor tomcat >> locally......i got every where it is saying to set or edit >> CATALINA_OPTS="-Dcom.sun.management.jmxremote \ >> -Dcom.sun.management.jmxremote.port=9004 \ >> -Dcom.sun.management.jmxremote.ssl=false \ >> -Dcom.sun.management.jmxremote.authenticate=false" >> >> SOMETHING LIKE THIS. >> i m not getting how to do it. >> >> can any body tell me in simple steps how can i set the jconsole to >> monitor >> the tomcat application. >> i want step by step what i need to do for that. > > Assuming Tomcat 6.0.18 running on linux > > 1. Install clean Tomcat from ASF > 2. create CATALINA_HOME/bin/setenv.sh > 3. Make it executable > 4. Add the following to setenv.sh > export CATALINA_OPTS="-Dcom.sun.management.jmxremote" > 5. Start Tomcat > 6. Run JConsole on same machine > 7. Connect to process called somthing like > org.apache.catalina.startup.Bootstrap > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/how-to-setup-jconsole-to-monitor-tomcat-locally-tp23441354p23445846.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org