Tomcat 7.x 开启jmx远程

修改tomcat启动文件/bin.catalina.sh

CATALINA_OPTS="-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=port
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
"

启动tomcat

posted @ 2016-10-21 14:20  bigloong  阅读(318)  评论(0编辑  收藏  举报