Custom MBeans

I see that deployment of custom MBeans is supported in AS 9. Is there any mechanism for deploying custom MBeans in AS 8.1 (specifically 2005Q2)?
[151 byte] By [mondrejko] at [2007-11-26 10:36:26]
# 1

Hi,

no AFAIK there is no generic deployment for MBeans in AS 8.x. But you can build a normal J2EE App and register MBeans for example in a servlet. Also you could package your code as lifecycle module and use that to hook up to the mbean server.

The only tweak you would have to do is to modify server.policy to allow MBean operations for your code.

regards

barz26 at 2007-7-7 2:47:22 > top of Java-index,Application & Integration Servers,Application Servers...