Probe 监控tomcat 报错误,急。。请大家帮忙啊
Probe 监控tomcat的时候一直报This page requires Java5 with enabled JMX Agent. To enable the JXM Agent please add "-Dcom.sun.management.jmxremote" to java command line or $JAVA_OPTS environment variable。
1. 在配置文件里我也配置下面代码了。怎么还报上面错误。
rem Guess CATALINA_HOME if not defined
set CATALINA_OPTS=-Xms512m -Xmx1024m
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=8888
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
rem JAVA_OPTS="-Dcom.sun.management.jmxremote=false"
rem JAVA_OPTS="-Dcom.sun.management.jmxremote.authenticate=false"
rem JAVA_OPTS="-Dcom.sun.management.jmxremote.port=9090"
rem JAVA_OPTS="-Dcom.sun.management.jmxremote.ssl=false"
set CURRENT_DIR=%cd%
2.在有的论坛上说添加
JAVA_OPTS=-Dcom.sun.management.jmxremote 这个。
我现在的系统是win7,这个代码要加吗,如果要加该加到那里呢。
------解决方案--------------------设置到系统环境变量:$JAVA_OPTS