> From: Jurn Ho [mailto:j...@magicmonster.com]
> Subject: security-constraint in conf/web.xml
>
> Is it possible to move this config into the conf/web.xml instead?
> I have tried this but the security-constraint affects other webapps.

Which is exactly what conf/web.xml is supposed to do - it provides settings for 
*all* webapps.  Why did you expect something different?

> I've tried changing the url-pattern to "/MyApp/*" but that
> doesn't work.

Also expected; why did you think it would?  Read the servlet spec; the webapp 
path is not part of the URL pattern for a security constraint.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to