Thanks Christopher!
Sent from my iPhone
> On Apr 4, 2024, at 10:20 PM, Christopher Schultz
> wrote:
>
> Eric,
>
>> On 4/4/24 13:43, Eric Fetzer wrote:
>> Hi All,
>> When I originally set up my tomcat instance, I added the following to allow
>> m
l character.
> So "\d" would mean the literal letter "d".
>
> There's more rules, but they're well documented all over the internet, so I
> won't elaborate.
>
> Robert Egan
>
>
> On Thu, Apr 4, 2024 at 2:01 PM Eric Fetzer wrote:
>
> >
e firewall is
carved properly. Thanks!
On Thu, Apr 4, 2024 at 11:58 AM Eric Fetzer wrote:
> Thanks for the quick response Robert! So I tried escaping the periods and
> putting the \d+ for the * but it didn't work. Is the \d+ incorrect in
> substitution for *?
>
> On Thu, Apr
\.
> etc...
> 1\.3\.5
> Robert Egan
>
> On Thu, Apr 4, 2024 at 1:44 PM Eric Fetzer wrote:
>
> > Hi All,
> >
> > When I originally set up my tomcat instance, I added the following to
> allow
> > manager access under /opt/tomcat/webapps/manager/META-INF
Hi All,
When I originally set up my tomcat instance, I added the following to allow
manager access under /opt/tomcat/webapps/manager/META-INF/context.xml:
That worked wonderfully. Now I'm trying to add another IP range by
changing it to:
This is not working. I tried to use 2\.4\.6\.\d+ as