zhicheng wang wrote:
hi
IF
but we can start tomcat with other methods such as
> $CATALINA_HOME/bin/startup.sh (which is the basic script that starts Tomcat) AND
/etc/init.d/tomcat start
(which basically calls $CATALINA_HOME/bin/startup.sh)
AND
/etc/rc5.d/S80tomcat start
(which is simply a link to /etc/init.d/tomcat) AND NOT WITH /sbin/service THEN the problem must be in something that /sbin/service is doing. OR am I missing something ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org