1 Reply Latest reply on Mar 6, 2012 2:10 PM by dlofthouse

    AS 7.1.0_final: Manage the host controller via JMX remotely

    karink

      Hi all

       

      Based on this discussion https://community.jboss.org/thread/196236 I understood that a JBoss AS 7 server can be managed by means of JMX remotely

      (JMX is exposed by means of JBoss remoting, default port for this would be 4447)
      To enable this at the moment in 7.1.0_final the domain.xml must be changed

      <subsystem xmlns="urn:jboss:domain:jmx:1.1">

                      <show-model value="true"/>

              <remoting-connector use-management-endpoint="false"/>

      </subsystem>

       

       

      When using the JConsole I can also see the host controller as a local jvm process and I'm able to connect locally

      How can I connect to it remotely ?

      I tried it using service:jmx:remoting-jmx://myip:9999 (and user and password set in the management realm) but it does not work.

       

      Any help is appreciated.

       

      Thanks

      Karin