Thanks for replies. I've added the following into run.bat to add a new JRMP port.
set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.authenticate=false
set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.ssl=false
set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.port=9900
And now i'm using the jmx url as:
service:jmx:rmi:///jndi/rmi://localhost:9900/jmxrmi
Thanks,
Leela.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153356#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...