tomcat配置jmx

一、配置

1,编辑bin/catalina.sh

3,找到#JAVA_OPTS="$JAVA_OPTS -Dorg.apache.catalina.security.SecurityListener.UMASK=`umask`"一行

在这行下面添加:

JAVA_OPTS=“-Djava.rmi.server.hostname=192.168.1.211 -Dcom.sun.management.jmxremote.port=9527 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false”

3,重启tomcat

你可能感兴趣的:(tomcat)