Re: Tomcat and NGINX ip forwarding

2019-09-01 Thread Sean Dawson
That seems to have worked - thanks! On Sun, Sep 1, 2019 at 2:05 PM Mark Thomas wrote: > On September 1, 2019 2:52:36 PM UTC, Sean Dawson > wrote: > >Hello, I'm trying to get the actual client IP address in the Tomcat > >access > >logs rather than the 127.0.0.1 that's coming from nginx. > > >

Apache Tomcat 9.0 start error 1067 (3)

2019-09-01 Thread Lars E. Andersen
Hello Mark The release text file states: JAVA_VERSION="1.8.0_111" Kind Regards Lars E. Andersen Den søn. 1. sep. 2019 kl. 20.46 skrev Lars E. Andersen : > Hello Mark > > My java version is "jdk-8u111-nb-8_2-windows-x64", it was installed on the > 25.3.2019. > I do not know if, it has been

Apache Tomcat 9.0 start error 1067 (2)

2019-09-01 Thread Lars E. Andersen
Hello Mark My java version is "jdk-8u111-nb-8_2-windows-x64", it was installed on the 25.3.2019. I do not know if, it has been updated afterwards. Kind Regards Lars E. Andersen Den søn. 1. sep. 2019 kl. 20.21 skrev Mark Thomas : > On 01/09/2019 20:14, Lars E. Andersen wrote: > > Hello Tomcat

Re: Apache Tomcat 9.0 start error 1067

2019-09-01 Thread Mark Thomas
On 01/09/2019 20:14, Lars E. Andersen wrote: > Hello Tomcat Users > > I have a start up error on my newly installed Tomcat 9.0, the error > information is: > > Windows could not start Apache Tomcat 9.0 Tomcat9 service on > Local Computer. > > Error 1067: The process terminated unexpectedly. >

Re: Tomcat and NGINX ip forwarding

2019-09-01 Thread Mark Thomas
On September 1, 2019 2:52:36 PM UTC, Sean Dawson wrote: >Hello, I'm trying to get the actual client IP address in the Tomcat >access >logs rather than the 127.0.0.1 that's coming from nginx. > >CentOS 7.6 (on AWS) >Amazon Coretto 1.8.0_222.b10-1.x86_64 >Tomcat 8.5.45.0 (extracted from tar.gz)

Apache Tomcat 9.0 start error 1067

2019-09-01 Thread Lars E. Andersen
Hello Tomcat Users I have a start up error on my newly installed Tomcat 9.0, the error information is: Windows could not start Apache Tomcat 9.0 Tomcat9 service on Local Computer. Error 1067: The process terminated unexpectedly. My Tomcat version: Apache-tomcat-9.0.24 My computer runs:

Tomcat and NGINX ip forwarding

2019-09-01 Thread Sean Dawson
Hello, I'm trying to get the actual client IP address in the Tomcat access logs rather than the 127.0.0.1 that's coming from nginx. CentOS 7.6 (on AWS) Amazon Coretto 1.8.0_222.b10-1.x86_64 Tomcat 8.5.45.0 (extracted from tar.gz) Nginx 1.12.2 (very basic setup) http (80) / https (443) to nginx

Re: Classloading issue on tomcat 8.5.40 on two identical machines

2019-09-01 Thread Mark Thomas
On August 31, 2019 8:31:30 PM UTC, Sagar Jadhav wrote: >Hi  I would like to seek some guidance on the issue we are facing in >production. We got two new ubuntu 16 boxes and we are using tomcat >8.5.40 for deploying java/spring apps (spring version 3.2 and some >resteasy & jersey libs).Since some

Re: Malformed chunked stream

2019-09-01 Thread Mark Thomas
On August 31, 2019 7:31:12 AM UTC, Dave Thorn wrote: >On Sat, Aug 31, 2019 at 05:13:06AM +, Mark Thomas wrote: >> On August 30, 2019 8:34:02 PM UTC, Dave Thorn > wrote: >> > >> >That looks, to me, like the stream is missing the [\r][\n] between >the >> >B50 chunk and the 3FC0 count. >> > >>