Version 20
    NOTE: These instructions apply only to Embedded Jopr versions which deploy into JBossAS 4.2.x. Embedded Jopr 1.2 is also available bundled with releases of JBAS5.1.CR1 and later and requires no further configuration.
    1. Uncomment the admin user (or some other user in the JBossAdmin role) in ${JBOSS_CONFIG_DIR}/conf/props/jmx-console-users.properties.
    2. (OPTIONAL) If you want the Admin Console to expose JVM metrics and operations, add -Djboss.platform.mbeanserver to your JAVA_OPTS.
    3. (OPTIONAL) Modify ${JBOSS_CONFIG_DIR}/conf/jboss-log4j.xml, and add the following lines to turn down the verbosity for some overly noisy categories:
      <category name="org.jboss.seam"><priority value="DEBUG"/></category>
      <category name="com.sun"><priority value="DEBUG"/></category>
      <category name="org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor"><priority value="DEBUG"/></category>
      
    4. Stop your AS instance.
    5. Copy embedded-jopr.war to your ${JBOSS_CONFIG_DIR}/deploy directory.
    6. Restart your AS instance.
    7. Once AS fully starts, go to http://localhost:8080/admin-console/ (or http://localhost:8080/embedded-jopr/ if running EmbJopr 1.0). Login with the same credentials you would use for the JMX console (e.g. admin:admin).