renran421 发表于 2017-1-28 10:09:12

用JMX管理Tomcat

1.配置
在calinda.bat中加入这样的一段:
set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.port=1090 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"
页: [1]
查看完整版本: 用JMX管理Tomcat