此内容没有您所选择的语言版本。
4.2. Stop JBoss EAP 6.4
You can stop JBoss EAP using the Management CLI or by pressing CTRL+C in the terminal.
Stop JBoss EAPl using the Management CLI.
- Run the EAP_HOME/bin/jboss-cli.sh command to launch the Management CLI.
$ EAP_HOME/bin/jboss-cli.sh - Run the connect command to connect to the server.
[disconnected /] connect - Run the shutdown command to stop the server.
[standalone@localhost:9999 /] shutdown - Run the quit command to close the Management CLI.
[standalone@localhost:9999 /] quit
Stop JBoss Enterprise Application Platform in terminal window.
Navigate to the terminal where JBoss EAP is running. Press Ctrl+C.