Thanks for the replies. Someone here apparently modified the catalina.sh
script.
Christopher Schultz-2 wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> It's good that catalina.sh does not remove tomcat.pid, since it never
> creates it in the first place. As Chuck points out, you
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 the Tomcat 6 version does contain the
"rm -f $CATALINA_BASE/tomcat.pid" command. A quick search of the re