Difference between revisions of "Tomcat Linux startup"

(Created page with "Category:Linux Category:Development =Start Tomcat on boot= If ''tomcat'' is the name of your startup script: <syntaxhighlight lang="bash"> cd /etc/init.d update-r...")
 
(No difference)

Latest revision as of 15:19, 31 March 2015


Start Tomcat on boot

If tomcat is the name of your startup script:

cd /etc/init.d
update-rc.d tomcat defaults


No Tomcat on boot

If tomcat is the name of your startup script:

cd /etc/init.d
update-rc.d tomcat remove