Tomcat thread dump
问题 Is there away to take a thread dump from Tomcat. I want to monitor the running threads on Tomcat at a certain time. Note: I was doing that on Web logic but i don't know how it cab be done on Tomcat. 回答1: If you use Linux, you can send a kill -3 [pid of your tomcat] and it will dump all current threads in the catalina.out. 回答2: There is a simple way to monitor tomcat threads and do a dump. Start tomcat with the folowing java options : -Dcom.sun.management.jmxremote.port=<some free port> -Dcom