Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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
$ EAP_HOME/bin/jboss-cli.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the connect command to connect to the server.
[disconnected /] connect
[disconnected /] connectCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the shutdown command to stop the server.
[standalone@localhost:9999 /] shutdown
[standalone@localhost:9999 /] shutdownCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the quit command to close the Management CLI.
[standalone@localhost:9999 /] quit
[standalone@localhost:9999 /] quitCopy to Clipboard Copied! Toggle word wrap Toggle overflow
Stop JBoss Enterprise Application Platform in terminal window.
Navigate to the terminal where JBoss EAP is running. Press Ctrl+C.