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.
- Open a Command Prompt with administrator privileges.
- Stop the Tomcat service:
net stop tomcat<VERSION>
net stop tomcat<VERSION>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Stop the Apache HTTP Server (httpd) service:
net stop Apache2.4
net stop Apache2.4
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
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.
- Go to
- In the Services list, right-click the name of each service (
httpd
andtomcat
) and click .