I figured it out. I needed to also add the following property to the run.conf:
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=3099"
and then use the URL:
service:jmx:rmi:///jndi/rmi://myhost:3099/jmxrmi
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043275#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...