You can use the java tool *jps*, this is a command tool. When use like this : jps -lv , you can get detail infomation of all java instance.Hope help to you.
2015-12-09 19:28 GMT+08:00 Konstantin Kolinko <knst.koli...@gmail.com>: > 2015-12-09 10:09 GMT+03:00 Yogesh Patel <yogesh.r.pa...@highq.com>: > > *Tomcat version* : 7.0.53 > > *OS *: Windows 7 > > > > We are using tomcat as standalone application not as service, In task > > manager it does not showing PID for Tomcat. How to get PID of that tomcat > > in order to take tomcat thread dump. > > Task Manager in Windows can be configured to show additional columns > (see View menu). > > > What are the best practice to take thread dump and what are the commands > > for windows7 system. > > > > https://wiki.apache.org/tomcat/FAQ/Troubleshooting_and_Diagnostics > -> How To: Capture a thread dump > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >