Peder Larsen wrote:
> So i wonder if it is possible to restrict access to not only IP addresses,
> but also to certain paths within a webapp.
Tomcat does not provide this functionality. You would have to write
your own custom code.

> If i have a webapp, /thewebapp, and i want to restrict the access to
> /thewebapp/admins/ area to certain IPs (only allow subnet in my case), is
> that possible?
If you can provide the functionality is to separate contexts then you
can you the built-in Tomcat features.

Mark


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