JConsole and Tomcat service - how?
Hi,
I know how to connect to a Tomcat 5 started as an application.
But how to connect to a Tomcat 5 started as a service on WinXP?
I edited the <tomcat>\bin\service.bat and added the "-Dcom.sun.management.jmxremote" option to the JVMOptions. But when I start JConsole I can't see the Tomcat java process.
Do you know how?
Michael
[373 byte] By [
docwarea] at [2007-11-26 21:25:49]

# 2
Thanks, I checked that FAQ already before posting. None of the hints apply.
In the meantime I found a solution in another posting
Starting JVM with
- Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8086
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
and connection to it from JConsole with port
Michael