Chapter 1. Installing Fuse on JBoss EAP
To develop Fuse applications on JBoss EAP, install JBoss EAP, and then install Fuse.
Prerequisites
- Red Hat Customer Portal login credentials.
A supported version of a Java runtime is installed.
Red Hat Fuse Supported Runtimes lists the Java runtimes that are supported on different operating systems.
Procedure
Install JBoss EAP 7.4:
- Go to the Enterprise Application Platform Software Downloads page on the Red Hat Customer Portal.
- When prompted, log in to your customer account.
-
In the Version dropdown menu, select
7.4
. - Click the Download link for the Red Hat JBoss Enterprise Application Platform 7.4 Installer package.
Run the downloaded installer. In the following example, replace
DOWNLOAD_LOCATION
with the location of the JBoss EAP installer on your system:java -jar DOWNLOAD_LOCATION/jboss-eap-7.4.0-installer.jar
- Accept the terms and conditions.
-
Choose your preferred installation path, which is represented by
EAP_HOME
for the JBoss EAP runtime. - Create an administrative user and be sure to note this administrative user’s credentials. You need them to log in to the Fuse Management Console.
- Accept the default settings on the remaining screens.
- Check the Red Hat Fuse Supported Configurations page for any notes or advice on the compatibility of JBoss EAP patches with Red Hat Fuse. If relevant, install any additional JBoss EAP patches.
Install Fuse 7.10 on JBoss EAP 7.4:
- Go to the Red Hat Fuse Software Downloads page on the Red Hat Customer Portal.
- When prompted, log in to your customer account.
-
In the Version dropdown menu, select
7.10.0
. -
Click the
Download
link for the Red Hat Fuse 7.10.0 on EAP Installer package. - Open a shell prompt (or a command prompt on Windows).
-
Change to the
EAP_HOME
directory, which is the root directory of the fresh Red Hat JBoss Enterprise Application Platform installation. Run the downloaded installer. In the following example, replace
DOWNLOAD_LOCATION
with the location of the downloaded Fuse installer on your system:java -jar DOWNLOAD_LOCATION/fuse-eap-installer-7.10.0.fuse-7_10_0-00011-redhat-00001.jar
- The installer runs without prompts and logs its activity to the screen.
Next steps
- Start JBoss EAP, verify that Fuse is running, and then add Fuse users to JBoss EAP. The next chapters explain how to perform these tasks.
- Optional but recommended: set up Maven for local use with Fuse projects. This is explained in Chapter 7, Setting up Maven locally.
Additional resources
- For more detailed information about installing JBoss EAP, see the JBoss EAP Installation Guide.
- For more detailed information about installing JBoss EAP patches, see the JBoss EAP Patching and Upgrading Guide.