I'm running *Tomcat/5.5.6 on* Fedora Core 4. What is the best way to get my Tomcat server to start automatically on bootup. My server does use SSL. I have read through the info on setting up tomcat as a daemon under Unix at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/setup.html and this works after i run the command:

./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp ./bin/bootstrap.jar \
       -outfile ./logs/catalina.out -errfile ./logs/catalina.err \
       org.apache.catalina.startup.Bootstrap


but when the computer reboots, no daemon/service restarts the tomcat automatically. How do you get it to start automatically during bootup.

Ferindo

--
Ferindo Middleton
Chief Architect
Sleekcollar.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to