Documentation Center

Collecting a Thread Dump on Tomcat

A thread dump is a log file containing information about currently running threads and processes. It can be useful during troubleshooting when trying to identify exactly when an issue occurs.

Procedure

  1. Open a browser of your choice.
  2. Do one of the following:
    • To collect a thread dump on Tomcat for WorldServer 11.x, type the following address: http://<ws-ip>:<ws-port>/ws-legacy/debug.jsp?secret=sa
    • To collect a thread dump on Tomcat for previous versions of WorldServer, type the following address: http://<ws-ip>:<ws-port>/ws/debug.jsp?secret=sa

Results

The information is displayed.