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:
Post a Comment