3.3.7. Stopping Enterprise Web Server
To stop JBoss Enterprise Web Server, stop the HTTP Server and Tomcat (refer to Procedure 3.24, “Stopping Tomcat” and Procedure 3.25, “Stopping HTTP”).
Procedure 3.24. Stopping Tomcat
Follow this procedure to stop
tomcat:
- At the shell prompt, become the root user.
- Run the following
startcommand with the <VERSION> substituted with the correct Tomcat version (5or6):service tomcat<VERSION> stop
# service tomcat<VERSION> stopCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Go to http://localhost:8080 in your web browser to verify that Tomcat is no longer running.
Procedure 3.25. Stopping HTTP
Follow this procedure to stop
httpd:
- At the shell prompt, become the root user.
- Run the following
stopcommand:- On Red Hat Enterprise Linux 6 or Red Hat Enterprise Linux 5:
service httpd stop
# service httpd stopCopy to Clipboard Copied! Toggle word wrap Toggle overflow - On Red Hat Enterprise Linux 4:
service httpd22 stop
# service httpd22 stopCopy to Clipboard Copied! Toggle word wrap Toggle overflow