> Hello,
>
> Is it possible to configure Tomcat, that it must check an authentication
> for all the webapps hosted
> within the container ?
> I mean tell Tomcat to send an authentication popup when someone goes to
> the http://localhost:8080/.....
> whithout configure each webapp hosted in.

You can modify the conf/web.xml file, and add security constraints. This
will cause all web-apps to follow these restrictions.
This file is used by Tomcat as a template for all web.xml files, so any
modification there will be equivalent to a
modification in all deployed webapps.

Also, you may want to activate the once-login support (I'm not sure about
how to do this right now).

>
> Iris

Hope it helps,
Rodrigo


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to