Re: tomcat 8.5.57 stops killing sessions after some time

2021-07-21 Thread Mark Thomas
On 21/07/2021 16:00, Ivano Luberti wrote: Il 21/07/2021 16:44, Mark Thomas ha scritto: Take 3 thread dumps 5 seconds apart and post them here. How to take thread dumps?  kill -3 ? That will work. There are lots of ways. This is most of them: https://www.baeldung.com/java-thread-dump

Re: tomcat 8.5.57 stops killing sessions after some time

2021-07-21 Thread Ivano Luberti
Il 21/07/2021 16:44, Mark Thomas ha scritto: Take 3 thread dumps 5 seconds apart and post them here. How to take thread dumps?  kill -3 ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

RE: Log4j2 logging with Tomcat 9 web app

2021-07-21 Thread Berneburg, Cris J. - US
Hi Ravi :-) > My web app is based on Tomcat 9.0.45 server. I have migrated from Tomcat 7 to > Tomcat 9 > and from log4j 1.x to log4j 2.x. I have updated the log4j2.properties as per > log4j 2.x standard, > still my tomcat.log file is not getting generated and all the application log > are

Re: tomcat 8.5.57 stops killing sessions after some time

2021-07-21 Thread Mark Thomas
On 21/07/2021 15:34, Ivano Luberti wrote: Hello, I'm new to the list but befeore writing this I have searched the users mailing list without finding anything useful. I have an instance of Apache Tomcat/8.5.57 running on a CentOS machine with java 1.7.0_261 Several webapps run on this

Re: Cache-Control for INTEGRAL transport guarantee?

2021-07-21 Thread Mark Thomas
On 21/07/2021 08:06, Mikael Sterner wrote: On Tue, Jul 20, 2021, at 10:04, Mark Thomas wrote: Cache headers have been somewhat of a moving target with different browsers behaving in different ways at different times over the years. I wanted to review the current state of things before forming

tomcat 8.5.57 stops killing sessions after some time

2021-07-21 Thread Ivano Luberti
Hello, I'm new to the list but befeore writing this I have searched the users mailing list without finding anything useful. I have an instance of Apache Tomcat/8.5.57 running on a CentOS machine with java 1.7.0_261 Several webapps run on this instance. I have noticed that after a few days

Re: compression?

2021-07-21 Thread Mark Thomas
On 21/07/2021 15:06, Berneburg, Cris J. - US wrote: Hi Folks :-) Got some questions about turning on compression. Looking at the documentation (I did not read the whole thing, just the portions in question), I still need some clarification.

compression?

2021-07-21 Thread Berneburg, Cris J. - US
Hi Folks :-) Got some questions about turning on compression. Looking at the documentation (I did not read the whole thing, just the portions in question), I still need some clarification. https://tomcat.apache.org/tomcat-8.5-doc/config/http.html 1. compressionMinSize - What are the units,

Re: Log4j2 logging with Tomcat 9 web app

2021-07-21 Thread Ravi Kumar
Hey Mark, Thanks for the link. But this doesn't help me resolve the issue with my Tomcaat9- log4j2 web-based application. Request you to provide any more info from log4j2.x-tomcat 9 level logging. Regards, Ravi On Wed, Jul 21, 2021 at 2:15 PM Mark Thomas wrote: > On 20/07/2021 21:05, Ravi

Re: Log4j2 logging with Tomcat 9 web app

2021-07-21 Thread Mark Thomas
On 20/07/2021 21:05, Ravi Kumar wrote: Hi, My web app is based on Tomcat 9.0.45 server. I have migrated from Tomcat 7 to Tomcat 9 and from log4j 1.x to log4j 2.x. I have updated the log4j2.properties as per log4j 2.x standard, still my tomcat.log file is not getting generated and all the

Re: Cache-Control for INTEGRAL transport guarantee?

2021-07-21 Thread Mikael Sterner
On Tue, Jul 20, 2021, at 10:04, Mark Thomas wrote: > Cache headers have been somewhat of a moving target with different > browsers behaving in different ways at different times over the years. > > I wanted to review the current state of things before forming an opinion > on this suggestion. I