连接失败:重试? JConsole的

时间:2015-12-03 09:36:27

标签: tomcat jconsole

我无法使用localhost连接到mac中的jconsole:9999它说安全连接失败。不安全地重试?但是当我选择不安全的连接时。它说连接失败了:重试?。

Added following in bash_profile and setenv.sh of tomcat 8.
-export JAVA_OPTS="-Dcom.sun.management.jmxremote 
-Dcom.sun.management.jmxremote.port=9999 
-Dcom.sun.management.jmxremote.authenticate=false 
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname=10.102.15.224"

对于本地流程也是如此。

1 个答案:

答案 0 :(得分:0)

JMX使用2个端口,一个用于您指定的注册表,另一个用于随机选择的实际连接。

您可以设置manually或让Tomcat为您设置