Another issue that needs to be solved is association of a WAR deployment managed object to a tomcat Manager JMX entry. One possible way to correlate is to use the docBase property on the JSR-77 WebModule object.
Even better would be a way to set the context root on the ManagedDeployment of the WAR.
Is there an easy way for the AbstractWarDeployer to add a new ManagedProperty to the ManagedDeployment?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229641#4229641
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229641
"jason.greene(a)jboss.com" wrote : So, I guess this needs a special mbean dispatcher
|
Ok I have a prototype for this in my workspace that i will commit tomorrow morning once I verify it doesn't introduce regressions. For awhile I thought about registering MBeans into the MC via a kernel registry plugin, but then I realized that clearing these entries would require detecting and acting on unregistering (not so ideal).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229639#4229639
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229639