RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Altug B. Altintas
Hi, i couldn't understand what does RemoteHostValve and RemoteAddrValve do ? i changed manager.xml like this * Context path=/manager docBase=../server/webapps/manager debug=0 privileged=true Valve className

Re: RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Adam Hardy
On 12/09/2003 08:17 AM Altug B. Altintas wrote: i couldn't understand what does RemoteHostValve and RemoteAddrValve do ? i changed manager.xml like this * Context path=/manager docBase=../server/webapps/manager debug=0 privileged=true

Re: RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Altug B. Altintas
11:49 AM Subject: Re: RemoteHostValve and RemoteAddrValve On 12/09/2003 08:17 AM Altug B. Altintas wrote: i couldn't understand what does RemoteHostValve and RemoteAddrValve do ? i changed manager.xml like this * Context path

Re: RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Adam Hardy
: Tuesday, December 09, 2003 11:49 AM Subject: Re: RemoteHostValve and RemoteAddrValve On 12/09/2003 08:17 AM Altug B. Altintas wrote: i couldn't understand what does RemoteHostValve and RemoteAddrValve do ? i changed manager.xml like

Re: RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Tim Funk
RemoteHostValve and RemoteAddrValve docs: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html What you are encountering is the permissions to use a webapp. To remove permissions for the manager webapp, you need to remove its security constraints from the manager webapp's web.xml

Re: RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Altug B. Altintas
ok it works. Thanks... - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 12:33 PM Subject: Re: RemoteHostValve and RemoteAddrValve Go into server/webapps/manager/WEB-INF/web.xml and remove the security