You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jian Zhang <ji...@FLYINGCOLOR.com> on 2001/04/20 10:18:27 UTC

tomcat do not start on boot

Hello:

I can not make my tomcat start start on boot time. 
I am running RH 6.2. Tomcat apache

rc.local
 /usr/local/tomcat/bin/tomcat.sh start
/usr/local/apache/bin/apachectl start
su pgsql -c "/usr/local/pgsql/bin/postmaster -i -D \
...

After boot, apache and rest of programs are running ok but only
tomcat failed. I have to manually type "tomcat.sh start" to start it.

I even tried:
 unset CLASSPATH 
 unset TOMCAT_HOME
 /usr/local/tomcat/bin/tomcat.sh start
 tomcat can start without problem

Can anyone give me some hints?

thanks in advance

jian