Hi,
I am trying to troubleshoot a 'too many open files' issue. In our web 
application there are connections to Postgres database and I see the number of 
open sockets keep increasing.
Thanks

-----Original Message-----
From: Christopher Schultz <ch...@christopherschultz.net> 
Sent: Tuesday, August 31, 2021 11:50 AM
To: users@tomcat.apache.org
Subject: Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8

Yeggy,

On 8/31/21 11:22, Yeggy Javadi wrote:
> Please indicate if there is any debug option and log that can trace 
> sockets open by tomcat to identify when and by which application 
> function a socket is open.
Do you mean a web application?

Tomcat manages incoming HTTP/2/Websocket/APR connections on behalf of the web 
applications deployed into it, so the connections aren't "owned" 
by a particular web application.

Outgoing connections are typically the responsibility of the application 
itself, unless you are talking about specific connections Tomcat may provide 
(e.g. SMTP or JDBC).

What problem are you trying to solve?

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to