mange MBeans from web page
I would like to manage my MBeans from a web page. What are my options? Seems like I remember a while ago being able to manage MBeans using an JMX based-HTTP connector.
I know I could write all the code myself to use Servlets/JSP/JSF..etc, but I am looking for something already built.
Thanks.
Hi,
There was the old JMX HTML adaptor, but it's ugly, not customizable, and quite old code anyway.
You could possibly google for some kind of commercial product that would offer an HTML/XML adaptor, or see if the JMeXprience on the JMX Home Page
http://java.sun.com/products/JavaManagement/index.jsp
has something to offer, or plan to use AJAX and the JSR 262 Web Service connector for JMX
https://ws-jmx-connector.dev.java.net/
- as was desmonstrated by Jean-Francois
http://blogs.sun.com/jmxnetbeans/entry/jmx_netbeans_module_tutorial_at
at JavaOne last year. This connector is however still work in progress - and still in discussion within the expert group.
hope this helps,
-- daniel
http://blogs.sun.com/roller/page/jmxetc