Re: Unable to shutdown tomcat

2014-02-16 Thread Tim Leung
(a java.lang.ref.Reference$Lock) On Sun, Feb 16, 2014 at 6:22 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Tim Leung [mailto:timleung1...@gmail.com] Subject: Unable to shutdown tomcat I am unable to shutdown tomcat. When I do ./shutdown.sh, I don't see any error

Re: Unable to shutdown tomcat

2014-02-16 Thread Tim Leung
Can someone please help me? On Sun, Feb 16, 2014 at 12:05 PM, Tim Leung timleung1...@gmail.com wrote: I did a kill -3, and see these messages written to catalina.out. Something definitely doesn't seem right - Feb 15, 2014 11:24:23 PM org.apache.catalina.core.AprLifecycleListener init INFO

Unable to shutdown tomcat

2014-02-15 Thread Tim Leung
I am unable to shutdown tomcat. When I do ./shutdown.sh, I don't see any error, but the process still seems to be running. I don't want to do a kill -9. How do I gracefully shut it down? Why is this happening in the first place? Please help asap. devServer:bin dev$ ps -ef|grep tomcat 501 34933

Re: Unable to shutdown tomcat

2014-02-15 Thread Tim Leung
I am running Tomcat 7.0.50 btw. On Sat, Feb 15, 2014 at 11:47 PM, Tim Leung timleung1...@gmail.com wrote: I am unable to shutdown tomcat. When I do ./shutdown.sh, I don't see any error, but the process still seems to be running. I don't want to do a kill -9. How do I gracefully shut it down