----- Original Message ----- From: "Alex Mestiashvili" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Friday, June 13, 2008 9:56 PM
Subject: allow access without auth to app from several ip ranges , but leave auth from any other hosts


HI ALL .
I have basic authentication for my tomcat application .
Now I want , allow access without authentication to this app from several ip ranges , but leave auth from any other hosts .
I did not find any solution  in google
Is it possible ?

tomcat version is 6.0.16

Thanks in advance .

Would have to be different pages...
/webapp/servlet
/webapp/servletip

TC security checks everything before you can get at it.... if the page is protected, its protected ;)

Another way is with "programmatic authentication"... ie do the BASIC auth in a servlet yourself... then you can do anything.

Have fun..

---------------------------------------------------------------------------
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
---------------------------------------------------------------------------

---------------------------------------------------------------------
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