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:
To enable JMX remote, pass below VM parameters along with JAVA Command.
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=453 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=myDomain.in