Sal*_*lah 19
您需要添加JMX参数以启用与JMX应用程序的连接,因此请添加以下参数:
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=8484
-Dcom.sun.management.jmxremote.ssl=false
Run Code Online (Sandbox Code Playgroud)
然后你需要手动添加你的tomcat进程,所以right click on you localhost node -> Add JMX Connection -> type your port -> OK.
您的tomcat进程将列在localhost节点下.