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 ----- Original Message ----- > From: "Howard W. Smith, Jr." <[email protected]> > To: [email protected] > Cc: > Sent: Wednesday, January 30, 2013 11:11 PM > Subject: Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died > on me, nothing in server logs > > On Wed, Jan 30, 2013 at 5:04 PM, Romain Manni-Bucau > <[email protected]>wrote: > >> Catalina.sh run? >> > >> > > Hmmm, okay, and when I start tomee via Catalina.sh, will the logs tell me > something when tomee stops? >
