add the following lines under “Java Options: ” in the tab “Java” of the tomcat7w.exe
1 2 3 4 | -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8008 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false |
The post How to monitor remotely a windows tomcat application with visual vm (jmx) appeared first on Martin Fournier.