On 08/06/2022 11:29, Jean Pierre URKENS wrote:
I am trying to debug the cleanup of resources during a shutdown of Tomcat
8.5.43

That is a rather old version. I'd recommend upgrading.

and notices that my debug session gets killed prior to performing
any servlet cleanup actions.

I am starting Tomcat in debug mode with the JVM options:

JAVA_OPTS="$JAVA_OPTS -Xdebug
-Xrunjdwp:transport=dt_socket,address=xxxx,server=y,suspend=n"

Is this normal behavior? How do I debug tomcat in this scenario.

How are you triggering shutdown?

Mark

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

Reply via email to