4 Replies Latest reply on Aug 20, 2002 1:47 PM by adrian.brock

    Viewing register MBean on other domains

      I created an MBeanServer with the default domain "foobar" and register an MBean to it. As a stand alone app this works fine. I can view the registered MBean from my browser by going to port 8082.

      If I put the same code in a J2EE app running under JBoss I can only view the MBeans registered under the JBoss default domain MBean server.

      Is there a way to view Mbeans registered under different domains or do I need to just use the default domain MBean server?