此内容没有您所选择的语言版本。
2.5.10. Stopping Enterprise Web Server
To stop JBoss Enterprise Web Server, stop the Apache HTTP Server and Tomcat (see Procedure 2.26, “Stopping Tomcat” and Procedure 2.27, “Stopping HTTP”).
Procedure 2.26. Stopping Tomcat
Follow this procedure to stop
tomcat
:
- At the shell prompt, become the root user.
- Run the following service command with the <VERSION> substituted with the correct Tomcat version (
6
or7
):service tomcat<VERSION> stop
# service tomcat<VERSION> stop
Copy 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 2.27. Stopping HTTP
Follow this procedure to stop
httpd
:
- At the shell prompt, become the root user.
- Run the following
stop
command:- On Red Hat Enterprise Linux 6 or Red Hat Enterprise Linux 5:
service httpd stop
# service httpd stop
Copy to Clipboard Copied! Toggle word wrap Toggle overflow