Red Hat Training

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

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 or 8):
    tomcat<VERSION> stop

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