Re: Unexpected behavior of dead-simple servlet

2025-06-18 Thread Konstantin Kolinko
> > >> > > A quick review of all Filters that are running tells me that there are a > few that can set response headers, but mostly are not in this particular > case. The list of headers coming back in the response are: > > HTTP/1.1 200 > Via: HTTP/1.1 1 > Transfer-Encoding: chunked > Date: Wed, 1

Re: Unexpected behavior of dead-simple servlet

2025-06-18 Thread Christopher Schultz
Mark, On 6/18/25 11:02 AM, Christopher Schultz wrote: Mark, On 6/18/25 3:08 AM, Mark Thomas wrote: On 17/06/2025 21:13, Christopher Schultz wrote: All, I recently wrote a relatively simple Servlet (which is less and less common these days with frameworks, etc.) and I was surprised that I g

Re: Tomcat GC overhead limit issue version-9.0.102.

2025-06-18 Thread Mark Thomas
On 18/06/2025 15:11, Raviteja Karanam wrote: TCS Confidential Not any more it isn't. You posted this question to a public mailing list. Hi Tomcat Team, We have recently upgraded the tomcat version from apache-tomcat-9.0.80 to apache-tomcat-9.0.102. After upgrade we are facing the issue * 

Re: Unexpected behavior of dead-simple servlet

2025-06-18 Thread Christopher Schultz
Mark, On 6/18/25 3:08 AM, Mark Thomas wrote: On 17/06/2025 21:13, Christopher Schultz wrote: All, I recently wrote a relatively simple Servlet (which is less and less common these days with frameworks, etc.) and I was surprised that I got a chunked response. It's not interfering with the

Tomcat GC overhead limit issue version-9.0.102.

2025-06-18 Thread Raviteja Karanam
TCS Confidential Hi Tomcat Team, We have recently upgraded the tomcat version from apache-tomcat-9.0.80 to apache-tomcat-9.0.102. After upgrade we are facing the issue java.lang.OutOfMemoryError:GC overhead limit execeeded. We have added the space from 4 GB to 8 GB but still issue exist. After

Re: ThreadDump_p1lg512486.txt

2025-06-18 Thread Mark Thomas
On 17/06/2025 18:33, Ramesh B R wrote: Hello team, We are using tomcat 9 version in RHEL 8 and application gets into hung status very often. Have captured the thread dump to find the route cause. Could you please help here to see what is issue and how to fix it. For us to help, we need to s

Re: Unexpected behavior of dead-simple servlet

2025-06-18 Thread Mark Thomas
On 17/06/2025 21:13, Christopher Schultz wrote: All, I recently wrote a relatively simple Servlet (which is less and less common these days with frameworks, etc.) and I was surprised that I got a chunked response. It's not interfering with the operation of the servlet or the client, but w