Hi<br><br>i installed apache tomcat on my server and put the startup on /etc/rc.local file so it will boot up everytime i restarted my server. But it never booted up i still need to run it manually what am i missing?<br><br>
here's my rc.local<br>#!/bin/sh<br>#<br># This script will be executed *after* all the other init scripts.<br># You can put your own initialization stuff in here if you don't<br># want to do the full Sys V style init stuff.
<br><br><br>ntpdate -u <a href="http://18.145.0.30">18.145.0.30</a><br><br>/usr/local/sbin/apache-tomcat-start<br><br>touch /var/lock/subsys/local<br><br><br><br>my ntpddate seems to start. how do i verify if the program is executed or not? anyway the apache-tomcat-start is link to the 
startup.sh of apache tomcat and it's on my /usr/loca/sbin.<br><br>lrwxrwxrwx  1 root root   40 Jul  7 18:16 apache-tomcat-start -> /usr/apache-tomcat-5.5.17/bin/startup.sh<br><br>