Re: AW: Problem with RemoteAddrValve in Context.xml

2006-11-16 Thread David Smith
Any ideas? Cheers, 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]

AW: Problem with RemoteAddrValve in Context.xml

2006-11-15 Thread Peter Neu
heers, 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 PROTEC

AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
achricht- > 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

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 r

Re: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread David Smith
on the same level as WEB-INF > >Cheers, >Pete > > > >>-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 Conte

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.x

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
ff: RE: Problem 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 >

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
nstag, 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\.168\.200\.188" only 192.168.200.188 is > authorised to

Re: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Martin Gainty
iew, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "Peter Neu" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Tuesday, November 14, 2006 6:49 AM Subject: AW: Problem with RemoteAddrValve in C

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
1: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 with my war file. > > > > If I read the document

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.

AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
r 2006 15:59 > 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 s

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

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: AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread David Smith
> > > >> >>>>-Ursprüngliche Nachricht- >>>>Von: Mark Thomas [mailto:[EMAIL PROTECTED] >>>>Gesendet: Dienstag, 14. November 2006 01:11 >>>>An: Tomcat Users List >>>>Betreff: Re: Problem with RemoteAddrValv

AW: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread Peter Neu
ü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 > > Should work as is with the allow expression typed either way. Do you > h

Re: AW: Problem with RemoteAddrValve in Context.xml

2006-11-14 Thread David Smith
he filter lets all users access the application. > >Cheers, >Pete > > > > >>-Ursprüngliche Nachricht- >>Von: Mark Thomas [mailto:[EMAIL PROTECTED] >>Gesendet: Dienstag, 14. November 2006 01:11 >>An: Tomcat Users List >>Betreff: Re:

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

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: But this does not work out. Does anyone know wh