If you're using JBoss as your app server, then you don't need to setup JDK settings for the JMX. Instead you need to check the following: http://stackoverflow.com/questions/17105933/enabling-jmx-remote-in-jboss-6-1
Then run JBOSS_HOME/bin/jconsole.sh (or .bat for Windows).
In the "Remote" section enter the following:service:jmx:remoting-jmx://<server-name>:9999 (the default OOTB port number is 9999. Check 'management-native' value in standalone.xml.
Then enter the username and password we created using add-user.sh (or .bat) in jboss/bin.
Then run JBOSS_HOME/bin/jconsole.sh (or .bat for Windows).
In the "Remote" section enter the following:service:jmx:remoting-jmx://<server-name>:9999 (the default OOTB port number is 9999. Check 'management-native' value in standalone.xml.
Then enter the username and password we created using add-user.sh (or .bat) in jboss/bin.
No comments:
Post a Comment