jvisualvm 监控tomcat服务
tomcat以windos服务的方式运行时,jvisual不能直接监控到tomcat进程,因此需要如下配置。
1、打开service.bat
2、编辑
set JMX_CONFIG="-Djava.rmi.server.hostname=0.0.0.0;-Dcom.sun.management.jmxremote;-Dcom.sun.management.jmxremote.port=9008;-Dcom.sun.management.jmxremote.authenticate=false;-Dcom.sun.management.jmxremote.ssl=false"
另外,也可以使用tomcat自带的manager来监控。方法是在tomcat-users.xml增加配置: