Debugging JConsole Connection Failed

后端 未结 8 1294
臣服心动
臣服心动 2020-12-29 04:34

I have a web application deployed to a remote resin server, and it has JMX turned on.

I can telnet to the remote server i.e

franz@see:/tmp$ telnet &l         


        
8条回答
  •  灰色年华
    2020-12-29 05:06

    If your application is running on JDK 1.6 then you should be able to connect it. If it is using JDK prior to 1.6 then run it with specifying the following JVM argument

    -Dcom.sun.management.jmxremote

提交回复
热议问题