
Hello,
I use below parameters start jvm by wrapper
wrapper.java.additional.14=-Dcom.sun.management.jmxremote
wrapper.java.additional.15=-Dcom.sun.management.jmxremote.port=29601
wrapper.java.additional.16=-Dcom.sun.management.jmxremote.authenticate=false
wrapper.java.additional.17=-Dcom.sun.management.jmxremote.ssl=false
I can use JMC connect 29601 in the machine which I started the jvm.
But when I install JDK and run JMC in another machine, then the JMC can not connect to 29601.
Seems it only works in local, but can not work in remote.
And I can ping ip in another machine.
Questions:
1.Do you have any idea about this?
2.Do you know is there any logs can print out when 'unable to connect'?