Hi I noticed that different tools for monitoring JVM require that the process will be java.exe in the taskbar. Its process id is supplied to them and then statistics regarding garbage collection and etc are returned. When running tomcat as a service, there is no a process named jave.exe but it is tomcat6.exe. How can I get statistics regarding the JVM tomcat6 uses ?
+4
A:
Enable JMX in Tomcat and then connect via JConsole or JVisualVM. The name of the process is not relevant.
matt b
2010-07-05 11:21:42
Thanks man for the help:)
Clint Feher
2010-07-05 11:35:55