Posting questions

2024-01-05 Thread Vaidya, Omkar
Hi Team, Tomcat Version - 9.0.62 Platform - Linux Platform This is regarding like we have one customer issue where on Linux platform, we have configured our IOT-application (Thingworx), which is using Tomcat as a server. So we are able to identify that even when we remove our

Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Vaidya, Omkar
Hi Team, This is regarding like we have one customer issue where on Linux platform, we have configured our IOT-application (Thingworx), which is using Tomcat as a server. So we are able to identify that even when we remove our application, Tomcat is creating a zombie (defunct) process, which

RE: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Vaidya, Omkar
Adding information - Tomcat Version - 9.0.62 Platform - Linux Platform From: Vaidya, Omkar Sent: Friday, January 5, 2024 3:15 PM To: users@tomcat.apache.org Cc: Shriwardhankar, Varun Subject: Regarding Tomcat is creating the zombie processes Hi Team, This is regarding like we have one

Re: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Simon Matter
> You will need to provide more details. > > A default Tomcat install does not create parent and child processes so > zombie processes cannot occur. > > I'll also note that zombie process do not consume system resources > (apart from a process ID). > > Please provide the steps you used to recreate

Re: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Olaf Kock
On 05.01.24 14:17, Simon Matter wrote: You will need to provide more details. A default Tomcat install does not create parent and child processes so zombie processes cannot occur. Often, Java-Threads look like child processes in Linux tools. I'm assuming that the application creates

Re: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Mark Thomas
You will need to provide more details. A default Tomcat install does not create parent and child processes so zombie processes cannot occur. I'll also note that zombie process do not consume system resources (apart from a process ID). Please provide the steps you used to recreate this

Re: Posting questions

2024-01-05 Thread Rob Sargent
On 1/5/24 07:31, Jalaj Asher wrote: Omkar, 2 questions 1. when you say processes what processes are you seeing being invoked and does it stop at 200 processes. May be a screen shot might help 2. does the tomcat have read write privilege on all its folders ? If not does giving those rights

OCSP Stapling Configuration and Tomcat 9

2024-01-05 Thread Bhavesh Mistry
Hi All, According to Tomcat 9 Official documentation, only Tomcat NATIVE Connector supports it. https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html#Using_OCSP_Certificates But this site claims https://community.progress.com/s/article/PASOE-OCSP-Stapling-does-not-work that it works with

RE: Posting questions

2024-01-05 Thread Jalaj Asher
Omkar, 2 questions 1. when you say processes what processes are you seeing being invoked and does it stop at 200 processes. May be a screen shot might help 2. does the tomcat have read write privilege on all its folders ? If not does giving those rights help ? -Original Message- From:

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2024-01-05 Thread Chuck Caldarale
> On Jan 5, 2024, at 16:21, Brian Braun wrote: >> >> Tracking native memory usage can be tricky depending upon your >> environment. I would only look into that if there were somethng very odd >> going on, like your process memory space seems to be more than 50% taken >> by non-java-heap memory.

Re: OCSP Stapling Configuration and Tomcat 9

2024-01-05 Thread Bhavesh Mistry
Hi Chris, Thanks for the update and confirming that we don't need a native connector for OCSP stamping to work. I have not followed any of the instructions below. I am at the beginning of the journey trying to explore what changes are needed to support OCSP stamping. Again, thanks for your

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2024-01-05 Thread Brian Braun
Hello Chirstopher, First of all: thanks a lot for your responses! On Wed, Jan 3, 2024 at 9:25 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Brian, > > On 12/30/23 15:42, Brian Braun wrote: > > At the beginning, this was the problem: The OOM-killer (something that I > > never

Re: OCSP Stapling Configuration and Tomcat 9

2024-01-05 Thread Christopher Schultz
Bhavesh, On 1/5/24 12:57, Bhavesh Mistry wrote: Hi All, According to Tomcat 9 Official documentation, only Tomcat NATIVE Connector supports it. https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html#Using_OCSP_Certificates But this site claims