Upgrading Custom Realms from 4.0.6 to 4.1.18

2003-01-23 Thread KDavey
Not being an expert on JMX and MBeans, I am looking for a guide that will show me how to upgrade the custom realm that I have coded for version 4.0.6. When I run it in 4.1.18 it complains about not being an mbean. I have used MBEans in JBoss, but that has been a while. I am looking for something

Re: Upgrading Custom Realms from 4.0.6 to 4.1.18

2003-01-23 Thread Bill Barker
The simplest is to just disable the JMX support Listeners. Assuming that you want to keep the 'admin' webapp, then all that you need to do is to create an mbeans-descriptor.xml file looking like: http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd";> Package it in the jar with yo