You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Robert S. Colliver" <rs...@fhmsi.com> on 2004/06/11 18:59:38 UTC

Using RemoteAddrValve for individual webapps.

I have seen many posts on this subject, but no definitive answers.  It's
said that you can use the RemoteAddrValve and RemoteHostValve to allow
different degrees of access to different applications published under
webapps, but how?

The admin.xml example uses a context fragment.  If I have another
application under webapps do I need to create a similar context fragment
for it?  Do I create a context for it in the server.xml?  Or perhaps the
RemoteAddrValve code is placed into that applications WEB-INF/web.xml?

Bob