On Sat, 21 Apr 2001, Torgeir Veimo wrote:

> [EMAIL PROTECTED] wrote:
> > 
> > craigmcc    01/04/18 11:59:30
> > 
> >   Modified:    catalina/src/share/org/apache/catalina/startup Catalina.java
> >                         ContextConfig.java EngineConfig.java
> >                         HostConfig.java
> >   Log:
> >   Catalina:  Restore the recognition of <Logger>, <Realm>, and <Valve>
> >   elements nested inside a <Context>.  They were only being recognized
> >   inside a <DefaultContext>.
> > 
> >   {Context,Engine,Host}Config: Inherit the debugging detail level of the
> >   owning component to assist in debugging problems like this.
> > 
> >   PR: Bugzilla #1370
> >   Submitted by: Larry Karnowski <[EMAIL PROTECTED]>
> 
> Does this mean that one can now use a Context specific Realm,

Yes, but ...

> that lives
> in the same classloader as the rest of the context?
> 

the Realm implementation class needs to live in "server/classes" or in a
JAR file in "server/lib", because it has to be loaded by the Catalina
class loader.  Such classes are not visible to the web app class loader.

> -- 
> - Torgeir
> 

Craig


Reply via email to