Re: AW: Problem with RemoteAddrValve in Context.xml

2006-11-16 Thread David Smith
-Ursprüngliche Nachricht- Von: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. November 2006 16:16 An: Tomcat Users List Betreff: RE: Problem with RemoteAddrValve in Context.xml From: Peter Neu [mailto:[EMAIL PROTECTED] Subject: AW: Problem

AW: Problem with RemoteAddrValve in Context.xml

2006-11-15 Thread Peter Neu
, Pete -Ursprüngliche Nachricht- Von: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. November 2006 16:16 An: Tomcat Users List Betreff: RE: Problem with RemoteAddrValve in Context.xml From: Peter Neu [mailto:[EMAIL PROTECTED] Subject: AW: Problem

AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
/ Don't know where the error could be. I got no proxy running in this setup. Cheers, Pete -Ursprüngliche Nachricht- Von: David Smith [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. November 2006 13:47 An: Tomcat Users List Betreff: Re: AW: Problem with RemoteAddrValve in Context.xml

Re: AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread David Smith
Nachricht- Von: Mark Thomas [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. November 2006 01:11 An: Tomcat Users List Betreff: Re: Problem with RemoteAddrValve in Context.xml Peter Neu wrote: I'm trying to define an ip access filter with RemoteAddrValve in the context.xml file I deploy

Re: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Hassan Schroeder
On 11/13/06, Peter Neu [EMAIL PROTECTED] wrote: I'm trying to define an ip access filter with RemoteAddrValve in the context.xml file I deploy with my war file. If I read the documentation right the only thing to be done is write the following into the context.xml file: Did you edit this

RE: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Caldarale, Charles R
From: Peter Neu [mailto:[EMAIL PROTECTED] Subject: AW: Problem with RemoteAddrValve in Context.xml Ok, I removed the path attribute. The result is the same. Is there a .xml file for the app in conf/[engine]/[host] (usually conf/Catalina/localhost)? If so, remove it so the one in META-INF

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
An: Tomcat Users List Betreff: RE: Problem with RemoteAddrValve in Context.xml From: Peter Neu [mailto:[EMAIL PROTECTED] Subject: AW: Problem with RemoteAddrValve in Context.xml Ok, I removed the path attribute. The result is the same. Is there a .xml file for the app in conf/[engine

RE: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Caldarale, Charles R
From: Peter Neu [mailto:[EMAIL PROTECTED] Subject: AW: Problem with RemoteAddrValve in Context.xml Yes. And when I deleted it. Then I must restart the app and this automatically triggers the creation of a new context.xml file in the dir conf/Catalina/localhost. Hopefully this one

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
-Ursprüngliche Nachricht- Von: Mark Thomas [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. November 2006 01:11 An: Tomcat Users List Betreff: Re: Problem with RemoteAddrValve in Context.xml Peter Neu wrote: I'm trying to define an ip access filter with RemoteAddrValve in the context.xml file I

Re: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Martin Gainty
, dissemination, distribution or copying of it or its contents - Original Message - From: Peter Neu [EMAIL PROTECTED] To: 'Tomcat Users List' users@tomcat.apache.org Sent: Tuesday, November 14, 2006 6:49 AM Subject: AW: Problem with RemoteAddrValve in Context.xml Ok, I changed the allow

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
. November 2006 15:29 An: Tomcat Users List Betreff: Re: Problem with RemoteAddrValve in Context.xml I verified the allow attribute is operational in RemoteAddrValve.. (that is when allow=192\.168\.200\.188 only 192.168.200.188 is authorised to that tomcat instance) could you verify which IP's

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
with RemoteAddrValve in Context.xml From: Peter Neu [mailto:[EMAIL PROTECTED] Subject: AW: Problem with RemoteAddrValve in Context.xml I put my context.xml in a directory named META-INF which is on the same level as WEB-INF The path attribute is not allowed when the Context element is in META-INF

RE: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Caldarale, Charles R
From: Peter Neu [mailto:[EMAIL PROTECTED] Subject: AW: Problem with RemoteAddrValve in Context.xml I put my context.xml in a directory named META-INF which is on the same level as WEB-INF The path attribute is not allowed when the Context element is in META-INF/context.xml. Don't know

Re: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread David Smith
-Ursprüngliche Nachricht- Von: Martin Gainty [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. November 2006 15:29 An: Tomcat Users List Betreff: Re: Problem with RemoteAddrValve in Context.xml I verified the allow attribute is operational in RemoteAddrValve.. (that is when allow=192

AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
- Von: David Smith [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. November 2006 15:51 An: Tomcat Users List Betreff: Re: AW: Problem with RemoteAddrValve in Context.xml I suspect the context.xml file in META-INF isn't honored unless you deploy your webapp as a web archive file (.war). Sounds

RE: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Caldarale, Charles R
From: David Smith [mailto:[EMAIL PROTECTED] Subject: Re: AW: Problem with RemoteAddrValve in Context.xml I suspect the context.xml file in META-INF isn't honored unless you deploy your webapp as a web archive file (.war). Not true - META-INF/context.xml is used regardless of whether

Problem with RemoteAddrValve in Context.xml

2006-11-13 Thread Peter Neu
Hello, I'm trying to define an ip access filter with RemoteAddrValve in the context.xml file I deploy with my war file. If I read the documentation right the only thing to be done is write the following into the context.xml file: ?xml version=1.0 encoding=UTF-8? Context

Re: Problem with RemoteAddrValve in Context.xml

2006-11-13 Thread Mark Thomas
Peter Neu wrote: I'm trying to define an ip access filter with RemoteAddrValve in the context.xml file I deploy with my war file. If I read the documentation right the only thing to be done is write the following into the context.xml file: ?xml version=1.0 encoding=UTF-8? Context