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.