Home

Red Hat JBoss Fuse Installation

Introduction
Red Hat JBoss Fuse is an agile, lightweight, and modern integration platform that breaks down traditional data center boundaries.
A true hybrid solution that interconnects all enterprise assets, while creating and composing microservices with enterprise class integration patterns, and supporting modern microservice architecture, Red Hat Fuse has embraced container technology to enhance the DevOps experience. Here we are going to learn how to install/configure Redhat JBoss Fuse runtime.
Prerequisites
Before you start, make sure you have installed the following software:
Ø  Java SE Development Kit (JDK) version 1.8.x (Java 8)
Ø  Apache Maven - Download
Ø  Jboss-fuse-karaf-6.3.0.redhat-187.zip - Download
Overview
Step 1: After successfully installed Java, set the JAVA_HOME under environment variables.
My Computer(This PC) à Properties  à Advanced System Settings à Environment Variables à Click on New under system Variables. Enter following details as shown below and click on Ok.
Step 2: After successfully download and extract Apache Maven, set the M2_HOME under environment variables. 
Step 3: Under the path enter following two entries and click on OK.
Step 4: Unpack the downloaded .zip file to a convenient location on your file system, in my case I have extracted into C:\FUSE\jboss-fuse-6.3.0
Step 5: Add a user to the Fuse runtime. Open the FuseInstall/etc/users.properties file in a text editor and look for the line starting with #admin=admin…​. Delete the # character at the start of the line and customize the username, USERNAME, and password, PASSWORD in the user entry:
USERNAME=PASSWORD,admin,manager,viewer,Operator,Maintainer, Deployer, Auditor, Administrator, SuperUser
Save the users.properties file.
Step 6: Double click on FuseInstall/bin/ fuse.bat file. This will start your Fuse runtime and we are ready for deploying the applications in Fuse server.
Now we can login to admin console using user name, password which we have entered in above step.
Conclusion
We have successfully installed/configured our redhad JBoss Fuse runtime environment and we are ready for deploying applications under Fuse server. We will see how to deploy applications into fuse server in our future articles. 
Download
S. No
File Name
Size
Download
1
Red Hat JBoss Fuse Installation.pdf
600 KB

Comments