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