rale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Monday, August 1, 2016 2:23 PM
To: Tomcat Users List
Subject: RE: Tomcat 8 RemoteIpValve Issues
> From: Kasa, Nubli [mailto:mmohd...@iu.edu]
> Subject: RE: Tomcat 8 RemoteIpValve Issues
> This doesn't seem to be the case with a fresh new ins
> From: Kasa, Nubli [mailto:mmohd...@iu.edu]
> Subject: RE: Tomcat 8 RemoteIpValve Issues
> This doesn't seem to be the case with a fresh new install on Tomcat 8 on
> Ubuntu. Our sysadmin
> also did a fresh install on Redhat with the same result.
Install of what?
43 AM
To: Tomcat Users List
Subject: Re: Tomcat 8 RemoteIpValve Issues
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nubli,
On 7/28/16 3:30 PM, Kasa, Nubli wrote:
> It seems that requestAttributesEnabled="true" is required in order to
> make the valve work.
Note that requestAt
ge that default?
- -chris
> -Original Message- From: abhij...@apple.com
> [mailto:abhij...@apple.com] On Behalf Of Abhijit Das Sent:
> Thursday, July 28, 2016 12:37 PM To: Tomcat Users List
> Subject: Re: Tomcat 8 RemoteIpValve
> Issues
>
> This is how it works for me in Tomca
: Thursday, July 28, 2016 12:37 PM
To: Tomcat Users List
Subject: Re: Tomcat 8 RemoteIpValve Issues
This is how it works for me in Tomcat 8.x (I have hashed out some internal
values) (some of my pattern may be redundant)
1.2.3.4 will be your LB IP, the IP that is used to talk to the server.
typical
This is how it works for me in Tomcat 8.x (I have hashed out some internal
values) (some of my pattern may be redundant)
1.2.3.4 will be your LB IP, the IP that is used to talk to the server.
typically the MIP or the SNIP.
And, this is my access log :
[28/Ju
Hi,
We have been using RemoteIpValve in Tomcat 7 but it stopped working for us in
Tomcat 8. Our load balancer will set a header named "X-Cluster-Client-Ip" with
the client's IP as its value. We expect the client's IP value would be
overwritten as the "remoteAddr" but it is not. It is working fo