You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by chuanjiang lo <lo...@gmail.com> on 2007/02/23 14:29:19 UTC

Using JConsole with Tomcat

I have added this statement in catalina.bat

set CATALINA_OPTS="-Dcom.sun.management.jmxremote -
Dcom.sun.management.jmxremote.port=1099 -
Dcom.sun.management.jmxremote.ssl=false -
Dcom.sun.management.jmxremote.authenticate=false"

I try to use Jconsole to connect to the tomcat jmx agent but it is not
listed.

What are the neccessary args to make the tomcat jmx agent available for
JConsole?

Appreciate any advice