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