Tomcat Linux startup
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
If tomcat is the name of your startup script:
cd /etc/init.d
update-rc.d tomcat defaults
If tomcat is the name of your startup script:
cd /etc/init.d
update-rc.d tomcat remove