Re: security-constraint in conf/web.xml

2009-03-04 Thread Jurn Ho
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/4/2009 10:01 AM, Caldarale, Charles R wrote: From: Jurn Ho [mailto:j...@magicmonster.com] Subject: Re: security-constraint in conf/web.xml ok, is there an easy way to require authentication to access a

Re: security-constraint in conf/web.xml

2009-03-04 Thread Jurn Ho
ok, is there an easy way to require authentication to access a particular webapp, without modifying the war file? Caldarale, Charles R wrote: 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

security-constraint in conf/web.xml

2009-03-04 Thread Jurn Ho
Hello, I've successfully added a security-constraint into the web.xml of a webapp so the user has to use a login to use the webapp. Is it possible to move this config into the conf/web.xml instead? I have tried this but the security-constraint affects other webapps. I've tried changing the url-