0 Replies Latest reply on Apr 10, 2006 3:34 PM by jonesgeek

    managing remote resources

      What is the standard proceedure for managing remote resources (Using JMX) that are part of your system? Say you have a web server on one machine, an application server (JBoss AS) on another, and a database server on a third. Would you have each service have their own jmx server, or would you create remote MBeans that register themselves on the JBoss JMX server on the application server for centralized management?

      Will