JBoss Community

Re: Not starting with standard Sun JMX options

created by Jason Greene in JBoss AS 7 Development - View the full discussion

David Lloyd wrote:

 

Using JMX RMI to manage the AS is not supported for a variety of reasons.  We anticipate providing a different remote JSR-160 connection mechanism for 7.1.0.Final however.

 

In the meantime you can enabled it in the beta by changing your standalone.xml to add one additional line to the jmx subsystem like so:

 

      <subsystem xmlns="urn:jboss:domain:jmx:1.1" show-model="true">
            <jmx-connector registry-binding="jmx-connector-registry" server-binding="jmx-connector-server" />
       </subsystem>

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community