sudo update-rc.d tomcat disable
Basically update-rc.d will modify existing runlevel links for the script /etc/init.d/tomcat by renaming start links to stop links.
ref: Disable autostart for a service without uninstalling? [duplicate]
sudo update-rc.d tomcat disable
Basically update-rc.d will modify existing runlevel links for the script /etc/init.d/tomcat by renaming start links to stop links.
ref: Disable autostart for a service without uninstalling? [duplicate]