I'm trying to open a JMX connection to java application running on a remote machine.
The application JVM is configured with the following options:
- com.sun.management.jmxremote
- com.sun.management.jmxremote.port=1088
- com.sun.management.jmxremote.authenticate=false
- com.sun.management.jmxremote.ssl=false
I'm able to connect using
localhost:1088 using jconsole or ...