Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 720 Bytes

start-webservice.rst

File metadata and controls

29 lines (17 loc) · 720 Bytes

Starting and Stopping the Application Server

Tomcat is registered as an operating system service. Each time a web service node is rebooted, the application server is restarted automatically as part of the node boot sequence. To manually stop or start the web service you must be the unix root user of the node.

Stopping the web service

$ service tomcat stop

Starting the web service

$ service tomcat start

Restarting the web service

$ service tomcat restart