Thanks Chuck but SecurityFilter does exactly the opposite of what I want:
"Security Filter is intended to be packaged within your web app,
including your realm implementation and supporting classes. This
allows you to deploy your app as a single, deployable unit (war file
or expanded war directory structure) with no additional configuration
of the server environment."
I want to manage security completely outside my app (outside the war
file), not just outside web.xml. Maybe I wasn't clear enough on that
regard.
Andre
On Wed, Nov 26, 2008 at 4:44 PM, Caldarale, Charles R
<Chuck.Caldarale@unisys.com> wrote:
>> From: Andre Rubin [mailto:andre.rubin@gmail.com]
>> Subject: security-constraint outside web.xml
>>
>> Is there a way to configure the security-constraints
>> somewhere else for my_app, like in a context file
>> somewhere
>
> Not when you're using the standard declarative security.
>
> This might help do what you want:
> http://securityfilter.sourceforge.net/
>
> - 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 start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|