Unable to use JConsole with Tomcat running as windows service
Posted
by Kees de Kooter
on Stack Overflow
See other posts from Stack Overflow
or by Kees de Kooter
Published on 2009-02-02T12:33:44Z
Indexed on
2010/04/16
10:03 UTC
Read the original article
Hit count: 517
I am running tomcat 6.0.18 as a windows service. In the service applet the jvm is configured default, i.e. it is using jvm.dll of the JRE.
I am trying to monitor this application with JConsole but cannot connect to it locally. I added the parameter -Dcom.sun.management.jmxremote (which works when starting tomcat with the start.bat script). But the jvm does not seem to pick up the parameter.
© Stack Overflow or respective owner