Red Hat Training

A Red Hat training course is available for Red Hat JBoss Web Server

3.5. Stopping JBoss Web Server

To stop Red Hat JBoss Web Server, you must stop the following:
  • Tomcat
  • Apache HTTP Server
You can stop the services from the Command Prompt, or with the Computer Management tool.

Procedure 3.15. Stopping JBoss Web Server from the Command Prompt

Follow this procedure to stop the Apache HTTP Server and Tomcat services from the Command Prompt.
  1. Open a Command Prompt with administrator privileges.
  2. Stop the Tomcat service:
    net stop tomcat<VERSION>
  3. Stop the Apache HTTP Server (httpd) service:
    net stop Apache2.4

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

Follow this procedure to stop the Apache HTTP Server and Tomcat services from the Computer Management tool.
  1. Go to StartAdministrative ToolsServices
  2. In the Services list, right-click the name of each service (httpd and tomcat) and click Stop.