yglg0003 发表于 2008-4-24 11:56:25

tomcat监控工具LambdaProbe错误提示

使用LambdaProbe监控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. If you are an IBM JDK user please add these properties: -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=29001 -Dcom.sun.management.jmxremote.ssl=false

哪位大侠有熟悉这个工具的麻烦给解释一下,小弟先谢过了!

yglg0003 发表于 2008-4-24 14:10:33

顶上去,大家都没用过吗?各位都是用什么来监控tomcat服务器的?

superfang 发表于 2008-5-26 10:36:19

回复 1# 的帖子

环境变量有问题的. ..

chx3515 发表于 2009-2-12 10:37:07

我是在catalina.bat文件中加下面一句,问题解决:
set CATALINA_OPTS=-Xms512m -Xmx1024m -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=29001 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false

luihengk 发表于 2014-6-1 13:39:20

$JAVA_OPTS environment variable
页: [1]
查看完整版本: tomcat监控工具LambdaProbe错误提示