You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Torgeir Veimo <to...@vertech.no> on 2001/04/05 15:25:37 UTC

Context Realm

I'm trying to use Realms on a per Context / web-app basis. I am able to
specify a Realm outside of a <Context></Context>, but if I put a
<Realm></Realm> inside a context, it is ignored. 

I'm using tomcat 4.0beta3. Is this supported in this release?

Also, I could live with having a singleton Realm, if I could get the
configured Realm name as defined in the web.xml file for each web-app in
the authenticate() method of the realm, but this seems to be available
only when doing digest authentication. Is there a good reason for this?

-- 
- Torgeir