连接失败:连接被拒绝:连接远程访问jconsole for tomcat

时间:2015-09-07 12:43:10

标签: java tomcat jconsole

我在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工作得很好,但无法从其他系统远程连接。

连续获取连接失败连接拒绝错误。

0 个答案:

没有答案