您需要添加
JMX参数以启用
JMX到应用程序的连接,因此添加以下参数:
-Dcom.sun.management.jmxremote-Dcom.sun.management.jmxremote.authenticate=false-Dcom.sun.management.jmxremote.port=8484-Dcom.sun.management.jmxremote.ssl=false
然后,您需要手动添加tomcat进程,因此
right click on you localhost node -> Add JMX Connection-> type your port -> OK。
您的tomcat进程将在localhost节点下列出。



