Re: Host-based access to web applications

2007-04-18 Thread Mark Thomas
Tim Booth wrote: > Hi Mark and Guru, > > Many thanks for both your replies. > > Mark Thomas <[EMAIL PROTECTED]> wrote: >> The allow and deny fields take regular expressions. '.' is reserved >> and needs to escaped. Take a look at the java.util.regex javadoc > > OK, I was going by the info found

RE: Host-based access to web applications

2007-04-18 Thread Tim Booth
- > From: Tim Booth [mailto:[EMAIL PROTECTED] > Sent: 17 April 2007 19:11 > To: users@tomcat.apache.org > Subject: Host-based access to web applications > > Dear All, > > I'm hoping someone on this list can help me out. > > I'm running Tomcat 5.5.20 on a

RE: Host-based access to web applications

2007-04-18 Thread Raghupathy, Gurumoorthy
gards Guru --- Gurumoorthy Raghupathy Email : [EMAIL PROTECTED] --- -Original Message- From: Tim Booth [mailto:[EMAIL PROTECTED] Sent: 17 April 2007 19:11 To: users@tomcat.apache.org Subject: Host-ba

Re: Host-based access to web applications

2007-04-17 Thread Mark Thomas
Tim Booth wrote: >allow="127.0.0.1,192.171.160.155,192.171.160.186" deny=""/> The allow and deny fields take regular expressions. '.' is reserved and needs to escaped. Take a look at the java.util.regex javadoc Mark

Host-based access to web applications

2007-04-17 Thread Tim Booth
Dear All, I'm hoping someone on this list can help me out. I'm running Tomcat 5.5.20 on a staging server (192.171.160.186), which means that I want to be able to open some features to the world at large but restrict others to my own trusted machines for internal use. Specifically, my desired con