Wednesday, February 23, 2011

Hot to Start/Stop/Restart Tomcat on Ubuntu Server (10.10)


During the installation of Ubuntu you can choose to install and configure automaticaly Tomcat 6. Here are the commands to start/stop/restart the server:

Start:
sudo /etc/init.d/tomcat6 start

Stop:
sudo /etc/init.d/tomcat6 stop

Restart:
sudo /etc/init.d/tomcat6 restart

No comments: