Stop Automatic Tomcat Startup in Ubuntu

If you fetch Tomcat from the Ubuntu repositories it will automatically start when you boot the system. Once that gets annoying you can get rid of it with one of theses commands I always forget:

[code lang=”bash”]
sudo update-rc.d tomcat6 disable
[/code]

More details over here.

Leave a Reply

Your email address will not be published. Required fields are marked *