Technical Support

Technical Support

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

service:jmx:rmi://localhost:3000/jndi/rmi://localhost:8303/serve


My question is: How do I connect to the application with the JMX monitor through a firewall?
Mike Gibson









                New to ADSelfService Plus?