Re: modified legacy catalina.sh forces kill on every stop

2011-10-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad, On 10/18/2011 5:32 PM, chad.da...@emc.com wrote: > I'm migrating a 5.5 version of tomcat. Whoever set this up in the > first place, modified catalina.sh to make every stop a force. > Here's the modified stop section of catalina.sh. > > # Forc

modified legacy catalina.sh forces kill on every stop

2011-10-18 Thread Chad.Davis
I'm migrating a 5.5 version of tomcat. Whoever set this up in the first place, modified catalina.sh to make every stop a force. Here's the modified stop section of catalina.sh. # Force a shutdown every time. # if [ $FORCE -eq 1 ]; then if [ ! -z "$CATALINA_PID" ]; then echo "Killi