Interesting, noted, and thanks Mark. I did see jstack on a tomcat wikki page that I was reading earlier today. I will have to try that.
On Wed, Jan 30, 2013 at 5:54 PM, Mark Struberg <[email protected]> wrote: > I think under Windows it's catalina.bat. > > And the logs usually go under ./logs/... > > > What I do whenever tomcat or another java process dies is to send a > SIGINT. Which ich kill -3 [processid] under linux, and there is a special > command for it under windows I think. Might be the jstack command if I > remember correctly. > This dumps all the Thread infos - including full stack traces of each > Thread - and continues the process normally. Do this a few times in a 1 > second interval and you will get a good picture where it's stuck. > > LieGrue, > strub > > > >
