Tomcat Linux startup

Revision as of 16:19, 31 March 2015 by WikiFreak (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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