I know of nothing built-in to tomcat for that. You could implement a request filter to handle the job although it would mean implementing your own authentication.

--David

[EMAIL PROTECTED] wrote:

Hello,

I need to configure two different ways to login to an app. The first one is an ip filter which lets users with certain ip's enter withouth authentication. The second one is the usual user login. Both authentications must work on an XOR basis. How can this be done? I recall in apache httpd there was the famous "satifies" clause.
cheers,
Peter


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to