Actually, the problem is that the RMI registry that is created to store the remote object reference for the JMXConnectorServer, binds to all interfaces by default.
Then the same registry is seen by both servers, and the second registration fails, because the same name is used. I believe I can fix it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100766#4100766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100766 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
