On Mon, Jun 28, 2004 at 02:58:10PM +0200, Pieter Vandepitte wrote: : I'm running Tomcat 4.1.30 with Java 1.4.2_02. My problem: I want to use : org.apache.catalina.realm.JNDIRealm and : org.apache.catalina.realm.MemoryRealm. Both work separately, but when I use : them together, i can't authenticate anymore by using LDAP (MemoryRealm : works). I would like see both working in the same Context and when one fails, : it should try the other Realm.
Sounds like you'll need to write a custom realm that calls JNDIRealm and MemoryRealm under the covers. Search the archives, there are some helpful posts on writing a custom realm. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
