I developed a custom realm on tomcat 4.1.18. The authentication and authorization seems to be working fine. However, there are MBean exceptions during server startup like the following:
java.lang.Exception: ManagedBean not found for MyRealm


And when I try to access any admin function after a successfully login, I got MBeanServer is not available exception.

I have packaged my custom realm into a jar and deployed into tomcat/server/lib. The jar file contains a means-descriptor.xml file. And I set the descriptors attribute for ServerLifecycleListener. But I am still getting the MBean exception. Also I see an error message saying that the mean-descriptor.xml is not found.

Do you know what did I do wrong? And if there are any document regarding MBean in tomcat, could you send me a copy/link of that doc(s). Thanks.

Jack




_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to