Centos tomcat jmx 远程连接

jmx配置:

-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=8060
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname=${你的host IP}

查看端口是否有无启动:

sudo netstat -anp | grep 8060

原文地址:https://www.cnblogs.com/ThinkVenus/p/8986211.html