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.

[311 byte] By [ElihuSmailsa] at [2007-10-3 5:31:47]
# 1

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

dfuchsa at 2007-7-14 23:39:22 > top of Java-index,Core,Monitoring & Management...