> Remy Maucherat wrote:
> >
> > You
> > should plug your auth mechanism at the container level, and it's easy to
do
> > with Tomcat (either 3 or 4).
>
> Actually, I don't think this is provided as an example anywhere in the
> tomcat distr. Do you have one at hand?

Tomcat uses the standard mechanism defined by the Servlet API. The security
constaints are defined in the /WEB-INF/web.xml file in the web application,
and there are examples of this in both TC 3 and 4.

Remy

Reply via email to