| en, i think that i may need to expand my problem description a little bit. it is grails/spring we used in our website, which is served by tomcat has this problem. Without this bit of grails/spring, tomcat works fine and can be started/stopped using /sbin/service. once this grails/spring is included, we can only start tomcat using any of the following:
/etc/init.d/tomcat start
/etc/rc5.d/S80tomcat start
$CATALINA_HOME/bin/startup.sh
but "/sbin/service tomcat start" does not work and most importantly, tomcat will not start on reboot. even if i put $CATALINA_HOME/bin/startup.sh in /etc/rc.local, tomcat still cannot start on reboot.
Obviously, i have posted in tomcat and grails user groups, but no clue. |