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 element is in META-INF/context.xml. Don't know whethe

Re: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Martin Gainty
ontext.xml Ok, I changed the allow attribute to a regular exp. Looks like this now: But still the filter lets all users access the application. Cheers, Pete > -Ursprüngliche Nachricht- > Von: Mark Thomas [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 14. November 20

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 i

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

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 co

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: > > > >allow="192.168.200.188" >