tomcat 8 post call lost in process

2019-10-18 Thread Saurabh Barthwal
Hi Team, I am facing one unusual problem with tomcat. I am using 2 tomcat server for master and slave architecture. when master send's HTTP request(POST) to slave if slave is taking more then 1 hr then the slave tomcat is not responding back but in slave tomcat's localhost_access.log is showing

Re: EOL for Tomcat 9.X ?

2019-10-18 Thread Robert Hicks
Thanks! -- Bob On Fri, Oct 18, 2019 at 11:41 AM Olaf Kock wrote: > > On 18.10.19 17:25, Robert Hicks wrote: > > Management is asking me if there is an end of life for Tomcat 9 > reported. I > > don't see anything on the tomcat web site. > > Mark recently answered this to a the same question

Re: EOL for Tomcat 9.X ?

2019-10-18 Thread Olaf Kock
On 18.10.19 17:25, Robert Hicks wrote: > Management is asking me if there is an end of life for Tomcat 9 reported. I > don't see anything on the tomcat web site. Mark recently answered this to a the same question for Tomcat 8.5: There is no official date. The Tomcat project maintains 3 major

Adding the manager app to an existing installation

2019-10-18 Thread Tom Povey
Hi, I’ve been asked to help with an existing Tomcat install which is supporting a live website. When it was installed, it did not have the manager app added. We want to use the manager app now. I have copied the manager folder from another Tomcat install (same version which is 5.5.36) and

Re: Adding the manager app to an existing installation

2019-10-18 Thread Tom Povey
Thanks Olaf, Typo in my email. They’re on 8.5.36. I will upgrade them to the latest 8.5. Tom > On 18 Oct 2019, at 16:45, Olaf Kock wrote: > > > On 18.10.19 17:21, Tom Povey wrote: >> Hi, >> >> I’ve been asked to help with an existing Tomcat install which is supporting >> a live website.

EOL for Tomcat 9.X ?

2019-10-18 Thread Robert Hicks
Management is asking me if there is an end of life for Tomcat 9 reported. I don't see anything on the tomcat web site. Thanks, -- Bob

Re: tomcat 8 post call lost in process

2019-10-18 Thread tomcat
Hi. It is unfortunately a bit difficult to make sense of the description and information that you provide below. But one thing is quite certain : By the time tomcat (if I understand correctly, the one that you call the "slave") writes a line to its access log, with a result code "200 OK", it

Re: Adding the manager app to an existing installation

2019-10-18 Thread Olaf Kock
On 18.10.19 17:21, Tom Povey wrote: > Hi, > > I’ve been asked to help with an existing Tomcat install which is supporting a > live website. When it was installed, it did not have the manager app added. > We want to use the manager app now. > > I have copied the manager folder from another

Session Size Calculation Question

2019-10-18 Thread M. Manna
Hello, We are trying to do some calculation for our user session size (or near estimate of it). What we understand is that upon a "Graceful" shutdown, Catalina Host will write out the serializable values of all session into a SESSIONS.ser file in the main servlet's work directory. If this is