4.5. Stopping JBoss Web Server
To stop Red Hat JBoss Web Server, you must stop the following:
- Tomcat (7 or 8).
- Apache HTTP Server.
Procedure 4.12. Stopping Tomcat
- To stop Tomcat, in a shell prompt as the root user change to
JWS_HOME/sbin/
and run the following command with your respective Tomcat version (7
or8
):tomcat<VERSION> stop
tomcat<VERSION> stop
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure 4.13. Stopping Apache HTTP Server
- To stop Apache HTTP Server, in a shell prompt as the root user change to
JWS_HOME/sbin/
and run the following command:apachectl stop
apachectl stop
Copy to Clipboard Copied! Toggle word wrap Toggle overflow