Open the command prompt and type jps.
This will give the PID of the server.
>jps
Then type jstack <PID> on command prompt . This will give the thread dump
>jstack 3176
This will give the PID of the server.
>jps
Then type jstack <PID> on command prompt . This will give the thread dump
>jstack 3176
No comments:
Post a Comment