Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Made abbreviated instructions for taking a thread dump into a link to the "how to get a thread dump" section of the HowTo page.

...

Anchor
Q25
Q25
Help! Even though I run shutdown.sh (or shutdown.bat), Tomcat does not stop!

Wiki MarkupMost likely, a non-daemon thread is running. JVM's do not shutdown until there are 0 non-daemon threads. You will need to perform a thread dump \[kill -3 pid for Unix or CTRL+Break for Windows\] to determine the code which started the thread.

Anchor
Q26
Q26
How do I debug JSP errors in the Admin web application?

...