Re: Multiple Realms in a Context?

2007-06-07 Thread Pid
multiple realms inside a Context? For instance a JDBCRealm for general access to administration pages in a web application, plus a JNDIRealm for authenticating individual users (say on an LDAP server configured as PAM authentication)? How would the server know which Realm to authenticate

Multiple Realms in a Context?

2007-06-06 Thread Tim Alberts
-howto.html I understand a Realm can be /Inside a Context element/ - This Realm will be used ONLY for THIS web application. Does this mean conversely that the web application can only use this Realm for authentication? Also, can I configure multiple realms inside a Context? For instance

RE: Multiple Realms in a Context?

2007-06-06 Thread Caldarale, Charles R
From: Tim Alberts [mailto:[EMAIL PROTECTED] Subject: Multiple Realms in a Context? Does this mean conversely that the web application can only use this Realm for authentication? Yes. Also, can I configure multiple realms inside a Context? No. But there's nothing stopping you from