Re: [External] Re: Supporting Proxy Protocol in Tomcat

2023-11-27 Thread Jonathan S. Fisher
Hello Adwait, I originally was going to sponsor this to get it done before year end. Unfortunately my timeline got pushed to 2024 as we found a more impactful area to make performance improvements. It's still a very valuable and important Tomcat feature. The original PR is a good starting place, an

400 Bad Request - where do I find the detailed reason for the bad request so I can fix it?

2023-11-27 Thread Graham Leggett
Hi all, Long running webapps, tomcat recently updated from tomcat7 to tomcat v9.0.65. One webapp sends a request to another. The request fails with a 400 Bad Request, with the detail message "The server cannot or will not process the request due to something that is perceived to be a client er

Re: Performance tuning embedded Tomcat 10.1.7: High requests/second, HTTPs and a lot of keep alive connections

2023-11-27 Thread Christopher Schultz
Daniel, This is obviously a "big" question whose answer likely take months to really determine. But we can get started :) On 11/27/23 08:59, Daniel Andres Pelaez Lopez wrote: We are facing some challenges with performance tunning for embedded Tomcat using Spring Boot 3 (Tomcat version 10.1.7)

Performance tuning embedded Tomcat 10.1.7: High requests/second, HTTPs and a lot of keep alive connections

2023-11-27 Thread Daniel Andres Pelaez Lopez
Hi community, We are facing some challenges with performance tunning for embedded Tomcat using Spring Boot 3 (Tomcat version 10.1.7) and we would like to ask for advice. The following is an overview of how our workload looks like: - The client is a CDN distributed around the world - Tomcat serves

Re: 9.0.83 addSslHostConfig failures?

2023-11-27 Thread Daniel Skiles
Thanks for taking a look. My lightly scrubbed connector example is attached. On Tue, Nov 21, 2023 at 6:45 AM Michael Osipov wrote: > On 2023/11/21 11:25:11 Michael Osipov wrote: > > On 2023/11/20 22:14:14 Daniel Skiles wrote: > > > Was there a change to the addSslHostConfig JMX mbean operation

Re: Possible way to avoid Tomcat from recycling the request/response on error?

2023-11-27 Thread Mark Thomas
On 27/11/2023 01:49, Adwait Kumar Singh wrote: Hmm, this gives me an impression that the Servlet APIs expect the request/response processing to *always *happen on the container thread. If I attempt to perform it on a non-container thread after making the request async, I run into the risk of the