Red Hat Training

A Red Hat training course is available for Red Hat Fuse

4.2. Stop JBoss EAP 6.4

You can stop JBoss EAP using the Management CLI or by pressing CTRL+C in the terminal.
  1. 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
  2. Stop JBoss Enterprise Application Platform in terminal window.

    Navigate to the terminal where JBoss EAP is running. Press Ctrl+C.