Re: Tomcat startup problem

2001-03-26 Thread Jon Small
echo ;; stop) echo -n "Shutting down Tomcat: " $TOMCAT_HOME/bin/shutdown.sh echo ;; *) echo "Usage: $0 {start|stop}" exit 1 esac exit 0 Jon Small wrote: O/S: HP-UX 11.0 Apache: 1.3.12 Tomcat: 3.1 Anyon

Tomcat startup problem

2001-03-23 Thread Jon Small
O/S: HP-UX 11.0Apache: 1.3.12Tomcat: 3.1Anyone have/had the same problem? I can start Tomcat manually just fine, butnot successfully with an init script. It seems that the "java" processstarts initially, but at some point dies. I think that it dies when the initscript exits. We have it