I am trying to get the JMX monitor to work through a firewall.
I start the application with -Dcom.sun.management.jmxremote.port=8303 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
When I try to connect with the JMX monitor it times out. It looks like it is also trying to connect on a random port in addtion to 8303 according to the firewall logs. I am told this is due to the rmi connection that JMX uses. And I need to use something like