Next Topic

Previous Topic

Book Contents

JBoss Configuration

  1. Start the JBoss Application Server from a command prompt:

    $ 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

  2. Secure the password.

    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