我无法使用localhost:9999连接到mac中的j控制台,它说安全连接失败了。不安全地重试?但是当我选择不安全的连接时。它说连接失败:重试?
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"对于本地进程也是如此。
https://stackoverflow.com/questions/34062388
复制相似问题