Re: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-22 Thread Christopher Schultz
Tim, On 3/22/22 05:33, Scott,Tim wrote: Hi Chris and Mark, Thank you both for your input. I arrived at an sru.xml file in conf\Catalina\localhost, containing: This means that private IPs (just those stating with 10.) can connect on port 8443; any IP on port 8080. It’s there as a rem

RE: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-22 Thread Scott,Tim
Hi Chris and Mark, Thank you both for your input. I arrived at an sru.xml file in conf\Catalina\localhost, containing: This means that private IPs (just those stating with 10.) can connect on port 8443; any IP on port 8080. It’s there as a reminder that this can be done – my first tes

Re: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Christopher Schultz
ent: Monday, March 21, 2022 8:14 pm To: users@tomcat.apache.org Subject: [External] Re: RemoteAddrFilter (org.apache.catalina.filters) Tim, On 3/21/22 13:51, Scott,Tim wrote: Hi all, I’ve been trying to get this to work for a bit without any luck. What I’ve arrived at, in my main Tomcat web.xml,

Re: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Mark Thomas
ited Kingdom cc: IT file From: Christopher Schultz Sent: Monday, March 21, 2022 8:14 pm To: users@tomcat.apache.org Subject: [External] Re: RemoteAddrFilter (org.apache.catalina.filters) Tim, On 3/21/22 13:51, Scott,Tim wrote: Hi all, I’ve been trying to get this to work for a bi

Re: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Scott,Tim
Kingdom cc: IT file From: Christopher Schultz Sent: Monday, March 21, 2022 8:14 pm To: users@tomcat.apache.org Subject: [External] Re: RemoteAddrFilter (org.apache.catalina.filters) Tim, On 3/21/22 13:51, Scott,Tim wrote: > Hi all, > > I’ve been trying to get t

Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Christopher Schultz
Tim, On 3/21/22 13:51, Scott,Tim wrote: Hi all, I’ve been trying to get this to work for a bit without any luck. What I’ve arrived at, in my main Tomcat web.xml, is: http://xmlns.jcp.org/xml/ns/javaee   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instan

Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Mark Thomas
On 21/03/2022 17:51, Scott,Tim wrote: Hi all, I’ve been trying to get this to work for a bit without any luck. What I’ve arrived at, in my main Tomcat web.xml, is: Everything in conf/web.xml effectively gets copied to each individual web application's web.xml. If it should work – can anyo

RemoteAddrFilter (org.apache.catalina.filters)

2022-03-21 Thread Scott,Tim
Hi all, I’ve been trying to get this to work for a bit without any luck. What I’ve arrived at, in my main Tomcat web.xml, is: http://xmlns.jcp.org/xml/ns/javaee xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee ht