Is it possible to change server MBean domain name in Tomcat?

2006-06-11 Thread Terry Zhou
Hi, folks, When I changed engine name to another (not default "Catalina") in server.xml, for example "testEngine", I found there were two domain names in MBean tree of tomcat, one was "Catalina", and the other was "testEngine", I wondered if there was some other way to set them be the same (excep

Re: UserManager should be added

2006-01-20 Thread Terry Zhou
Tomcat does have a realm in different level(Engine,Host,Webapp) for security. Check http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html 2006/1/20, Jack <[EMAIL PROTECTED]>: > > > In order to add a new user to a web-app, since specification 2.4 doesn't > cover this, web-app might have to take

Create JNDIRealm in admin webapp is not correct.

2005-11-21 Thread Terry Zhou
t contain creating JAASRealm JMX API,so I add it, it can work too. The above problem I haven't fire a bug in bugzilla, if it's necessary, I can do it. Thanks. Terry Zhou - To unsubscribe, e-mail: [EMAIL PROTEC