3.5. Stopping Enterprise Web Server

You can run the httpd and tomcat services from the Command Prompt or with the Computer Management tool.

Procedure 3.15. Stopping Enterprise Web Server from the Command Prompt

Follow this procedure to stop the httpd and tomcat services from the Command Prompt:
  1. Run the Command Prompt as administrator:
    1. Click the Start button.
    2. Go to All ProgramsAccessories.
    3. Right-click the Command Prompt and select Run as administrator.
  2. On the Command Prompt, issue the following command to run the tomcat service:
    net stop tomcat<VERSION>
  3. On the Command Prompt, run the following command to run the httpd service:
    net stop Apache2.2
    Right click to select the name of the desired service in the Services Menu. Options include Apache 2.2, Apache Tomcat 6 and Apache Tomcat 7.

Procedure 3.16. Stopping Enterprise Web Server from the Computer Management Tool

Follow this procedure to run the httpd and tomcat services with the Computer Management tool:
  1. Run the Command Prompt as administrator:
    1. Click the Start button.
    2. Go to All ProgramsAccessories.
    3. Right-click the Command Prompt and select Run as administrator.
  2. Go to StartAdministrative ToolsServices
  3. In the Services dialog, right-click the name of the service (httpd or tomcat) and click Stop.