$ Java -Dcom.sun.management.jmxremote=true Dcom.sun.management.jmxremote.port=9005 Dcom.sun.management.jmxremote.authentication=true Djavax.management.builder.initial=org.jboss.system.server.jmx.MbeanServerBuilderImpl
Djboss.platform.mbeanserver
Dcom.sun.management.jmxremote.ssl=false -jar run.jar
Dcom.sun.management.jmxremote.password.file = path of the password file
Dcom.sun.management.jmxremote.access.file = path of the access file
$CATALINA_BASE/conf/
.See the following link for more information:
http://java.sun.com/j2se/1.5.0/docs/guide/management/security-windows.html
Note: Traverse targets the version jboss-4.0.5.GA
Client-side Connection
To start console, the following arguments are passed.
\Program Files\Java\jdk1.5.0_05\bin>jconsole localhost: 9005
http://localhost:8080/jmx-console/
Enter port = 9005 [Default 1099]
Username = monitor Role (As specified in the access file)
Password = QED (As specified in the password file)