Using RemoteAddrValve for individual webapps.

2004-06-11 Thread Robert S. Colliver
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

RE: Using RemoteAddrValve for individual webapps.

2004-06-11 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 1:00 PM To: [EMAIL PROTECTED] Subject: 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

RE: Using RemoteAddrValve for individual webapps.

2004-06-11 Thread Robert S. Colliver
- From: Robert S. Colliver [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 1:00 PM To: [EMAIL PROTECTED] Subject: 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

RE: Using RemoteAddrValve for individual webapps.

2004-06-11 Thread Shapira, Yoav
Hi, Let's say that I don't want to mess with my working server.xml. If I have an application that's accessed via webapps/myapp/jsp/index.html, where would I put the RemoteAddrValve code? Do I create a context fragment called webapps/myapp.xml and put it there? I'd rather not have to add a