After shutting down the tomcat server, java process remains running till i explicitly kill it. By the way how to take thread dump. Please help me with the command
Thanks, Raj On Tue, Nov 17, 2009 at 3:57 PM, Pid <p...@pidster.com> wrote: > On 17/11/2009 10:01, raj kumar wrote: > >> Hi friends, >> >> I am currently using Tomcat( jakarta-tomcat-5.0.28). When i shutdown the >> tomcat server from my unix platform using ./shutdown.sh the java process >> is >> not getting closed.I need to close the process explicitly. Please help me >> in >> this regard. >> > > It doesn't stop it, or it's taking a long time to stop it? > > Try taking a thread dump after you've called the shutdown script to see > what's still running in the app. Should give you a clue as to which code > is waiting on something. > > > p > > > > > Thanks, >> Phani. >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >