Changes for page Dump Tomcat Threads on Windows
Last modified by Aurelie Bertrand on 2022/09/05 13:32
From version 3.1
edited by Aurelie Bertrand
on 2022/09/05 13:32
on 2022/09/05 13:32
Change comment:
There is no comment for this version
To version 1.1
edited by acampos
on 2022/08/30 14:25
on 2022/08/30 14:25
Change comment:
Uploaded new attachment "1661862306167-916.png", version {1}
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,0 @@ 1 -Dump Tomcat Threads on Windows - Parent
-
... ... @@ -1,1 +1,0 @@ 1 -howtos.server.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki.a ureliebertranddigdashbiz1 +xwiki:XWiki.acampos - Content
-
... ... @@ -1,29 +1,0 @@ 1 -On Window you can generate Thread information from Tomcat using this commands lines : 2 - 3 -(% class="box" %) 4 -((( 5 -cd "C:\<digdash_install_folder>\jdk\bin" 6 -jstack <tomcat_pid_id> > threadLogInfo.txt 7 -))) 8 - 9 - 10 -To find the PID of tomcat you can start windows task manager (CTRL + SHIFT + Escape) and search java.exe process or a process with tomcat name in "details" tab. 11 - 12 - 13 -[[image:1661862306167-916.png]] 14 - 15 -In this example : 16 - 17 -(% class="box" %) 18 -((( 19 -cd "C:\DD\digdash_enterprise_20220329_64\jdk\bin" 20 -jstack 24052 > threadLogInfo.txt 21 -))) 22 - 23 -Please provide the threadLogInfo.txt to support team 24 - 25 - 26 -**In case of "Access Denied" be sure you start the command line with administration privilege.** 27 - 28 - 29 -