Re: Tomcat 9.0.81 Degraded ssl performance

2023-10-11 Thread i...@flyingfischer.ch
Am 12.10.23 um 03:01 schrieb Paul Zepernick: Thank you Chuck Paul From: Chuck Caldarale Sent: Wednesday, October 11, 2023 8:54:59 PM To: Tomcat Users List Subject: Re: Tomcat 9.0.81 Degraded ssl performance NOTICE: This email originated from outside of the

Re: Tomcat 9.0.81 Degraded ssl performance

2023-10-11 Thread Paul Zepernick
Thank you Chuck Paul From: Chuck Caldarale Sent: Wednesday, October 11, 2023 8:54:59 PM To: Tomcat Users List Subject: Re: Tomcat 9.0.81 Degraded ssl performance NOTICE: This email originated from outside of the organization. Do not click links or open

Re: Tomcat 9.0.81 Degraded ssl performance

2023-10-11 Thread Chuck Caldarale
> On Oct 11, 2023, at 19:44, Paul Zepernick > wrote: > > Tomcat Version: 9.0.81 > OS: Windows Server 2016 > > We recently patched one of our QA servers to test 9.0.81 and ran into > performance issues. Page loads that normally take 1-2 seconds are now taking > 50-60 seconds. We were

Tomcat 9.0.81 Degraded ssl performance

2023-10-11 Thread Paul Zepernick
Tomcat Version: 9.0.81 OS: Windows Server 2016 We recently patched one of our QA servers to test 9.0.81 and ran into performance issues. Page loads that normally take 1-2 seconds are now taking 50-60 seconds. We were finally able to narrow the issue down to the SSL connector. Adding an HTTP

troubles with form login, j_security_check

2023-10-11 Thread Linus Kamb
Recently, my web application has started having issues with the login process. I use Tomcat form authentication against a mysql database. That has been working fine for years. But recently, there has been an increase in odd behaviours, particularly getting stuck at the j_security_check page,

Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-11 Thread i...@flyingfischer.ch
Am 11.10.23 um 14:02 schrieb Alexander Veit: Caused by: org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 4,999; received: 3,040)     at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178)  

Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-11 Thread Alexander Veit
Caused by: org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 4,999; received: 3,040) at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178) at

Re: Change in behavior Tomcat 9.0.81

2023-10-11 Thread Rémy Maucherat
On Wed, Oct 11, 2023 at 11:30 AM i...@flyingfischer.ch wrote: > > Strange change in behavior, when updating to the latest Tomcat 9.0.81 > version: > > Calling static files (.js / .css) from a server running Tomcat 9.0.81 > over httpclient now results in > >

Change in behavior Tomcat 9.0.81

2023-10-11 Thread i...@flyingfischer.ch
Strange change in behavior, when updating to the latest Tomcat 9.0.81 version: Calling static files (.js / .css) from a server running Tomcat 9.0.81 over httpclient now results in org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected:

Re: Issues with writing to the log file

2023-10-11 Thread Ivano Luberti
I have issues with tomcat log files to. Is thee a guide on where and how they are configured? It seems it depends not only on tomcat but also on the OSis it correct? Il 11/10/2023 00:21, Shakila Rajaiah ha scritto: Hello Users, I am not sure if I have set up my application correctly. The