Hi
Still a beginner with JBosss so please be patient with me.I wish to use jConsole to monitor a web service that is hosted by JBoss. I know that a JMX port needs to be open on the JVM to allow that but I am not sure what file I need to modify or how to modify it to tell JBoss to start the JVM with a JMX port open.
I beleive the JVM arguments are
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=8999
Any help is greatly appreciated.
Regards
Patrick