I'm in the process of teaching myself the Realms configuration for Tomcat and have a couple questions that after hours of reading and testing I could determine, but this list can hopefully save me some research time. Reading the documentation at:

http://tomcat.apache.org/tomcat-5.5-doc/realm-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 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)?



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to