You can stop, start, and restart IDOL Site Admin by stopping, starting, and restarting the Tomcat application server.
Use the service
command to stop, start, and restart the Tomcat application server.
sudo service tomcat7 stop sudo service tomcat7 start sudo service tomcat7 restart
Note: You must be able to run commands as the root user.
If you have installed Tomcat 7 as a service, use the Services snap-in (services.msc
) to stop, start, and restart the Tomcat application server.
Note: You must have local administrator permissions.
|