我在tomcat上部署了一个Web应用程序,我通过在tomcat的bin文件夹中添加setenv.sh文件并使用以下设置将jconsole连接到tomcat: -
export JAVA_OPTS="-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port={portno}
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname={ip}"
这里,ip是安装了tomcat并部署应用程序的系统。 本地jconsole工作得很好,但无法从其他系统远程连接。
连续获取连接失败连接拒绝错误。