Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 5. Stopping JBoss EAP
The following procedure uses the Management command line interface (CLI) to stop JBoss EAP.
Prerequisites
- JBoss EAP 7.4.16 is running.
Procedure
Launch the Management CLI by running:
$ EAP_HOME/bin/jboss-cli.sh
Connect to the server by running the
connect
command:[disconnected /] connect
Stop the server by running the
shutdown
command:[standalone@localhost:9999 /] shutdown
Close the Management CLI by running the
quit
command:[standalone@localhost:9999 /] quit
Alternative
Here is another way to stop JBoss EAP:
- Navigate to the terminal where JBoss EAP is running.
-
Press
Ctrl+C
to stop JBoss Enterprise Application Platform.