> hi,
> I want to use SlideRealm to authenticate users rather than have catalina
> do authentication.
> Where exactly in the server.xml file do i need to put the following line
> <Realm className="wrappers.catalina.SlideRealm" /> .
> Right now there is no context defined for the slide web application in
the
> server.xml file. Do i need to create
> a context element under localhost for the slide webapplication and use
the
> SlideRealm for that context.
The standalone Slide server (the 'server' directory in the binary
distribution) uses that kind of setup.
I would say you should map it to the context, since it's associated with a
namespace (but it can also be mapped to any container).
Remy