我无法使用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"
对于本地流程也是如此。