Chapter 4. Start and Stop the Application Server
You need to start the JBoss Enterprise Application Platform instance for Fuse to run. This is because the Fuse components run on the JBoss Enterprise Application Platform container.
For more information about starting and stopping JBoss Enterprise Application Platform using alternative and more advanced methods, see the Red Hat JBoss Enterprise Application Platform Configuration Guide.
4.1. Start JBoss EAP 7.1
You can start JBoss EAP 7.1 as a standalone server or as a domain server.
Start the Platform Service as a Standalone Server
For Red Hat Enterprise Linux:
Run the command:
EAP_HOME/bin/standalone.shFor Microsoft Windows Server:
Run the command:
EAP_HOME\bin\standalone.batOptionally specify additional parameters:
To print a list of additional parameters to pass to the start-up scripts, use the
-hparameter.
Start the Platform Service as a Domain Server
For Red Hat Enterprise Linux:
Run the command:
EAP_HOME/bin/domain.shFor Microsoft Windows Server:
Run the command:
EAP_HOME\bin\domain.batOptionally specify additional parameters:
To print a list of additional parameters to pass to the start-up scripts, use the
-hparameter.
4.2. Stop JBoss EAP 7.1
You can stop JBoss EAP using the Management CLI or by pressing CTRL+C in the terminal.
To stop JBoss EAP using the Management CLI:
Launch the Management CLI by running the
EAP_HOME/bin/jboss-cli.shcommand:$ EAP_HOME/bin/jboss-cli.sh
Connect to the server by running the
connectcommand:[disconnected /] connect
Stop the server by running the
shutdowncommand:[standalone@localhost:9999 /] shutdown
Close the Management CLI by running the
quitcommand:[standalone@localhost:9999 /] quit
To stop JBoss EAP by pressing CTRL+C:
- Navigate to the terminal where JBoss EAP is running.
- Press Ctrl+C to stop JBoss Enterprise Application Platform.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.