Re: Tomcat 6 catalina.sh does not remove tomcat.pid

2009-03-02 Thread Marilyn Daum
you've modified your own catalina.sh, then you can probably figure > out how to add "rm tomcat.pid" to your own script. > > -- View this message in context: http://www.nabble.com/Tomcat-6-catalina.sh-does-not-remove-tomcat.pid-tp22255263p222947

Re: Tomcat 6 catalina.sh does not remove tomcat.pid

2009-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marilyn, On 2/27/2009 4:58 PM, Marilyn Daum wrote: > We just upgraded from Tomcat 5.5.23 to Tomcat 6.0.18. After the upgrade, our > shutdown script hangs, waiting for removal of the pid file. I compared the > catalina.sh scripts, and noticed that th

RE: Tomcat 6 catalina.sh does not remove tomcat.pid

2009-02-27 Thread Caldarale, Charles R
> From: Marilyn Daum [mailto:md...@fireapps.com] > Subject: Tomcat 6 catalina.sh does not remove tomcat.pid > > I compared the catalina.sh scripts, and noticed that the > Tomcat 6 version does contain the > "rm -f $CATALINA_BASE/tomcat.pid" command. Did you leave the

Tomcat 6 catalina.sh does not remove tomcat.pid

2009-02-27 Thread Marilyn Daum
rch of the release notes turned up nothing on pid changes. Any comments on why this was removed? For the time being, I'll explicitly add this rm command to our catalina.sh script. Other suggestions are welcom. Marilyn -- View this message in context: http://www.nabble.com/Tomcat-6-catal