3 Replies Latest reply on Nov 5, 2003 5:26 AM by adrian.brock

    Managing over HTTP

    marcinko

      Hi folks.

      Is there some built-in functionality for managing MBeans through HTTP protocol ? Thus I could invoke methods on MBeans remotely through HTTP using non-java apps ? Let's say my company has some desktop VisualBasic application and wants to manage my MBeans in JBoss remotely through HTTP POST requests?

      I know that JMX HttpAdaptor does something similar, but it is complete web application that generates complete web pages in reponse, thus meant to be used only by browser...
      I read JBoss book, and it offers variety of attaching protocols on JMX MBeanServer, but it seems the client has to be java app with proxy classes that cover underlying protocols (that can be HTTP), but that's not what I'm looking for ...

      Thanx.