This time we are going to talk about installation Red Hat Fuse in our local, before going to step inside, I will explain little bit about Red Hat Fuse.

Refer to Red Hat Customer Portal website:

Red Hat Fuse is a distributed, cloud-native integration solution that has the flexibility to service diverse users - including integration experts, application developers, and business users - each with their own choice of deployment, architecture, and tooling. The result is an integration solution that supports collaboration across the enterprise.

Red Hat Fuse is enterprise edition of Apache ServiceMix Community project and it is emerging as one of the key factors in SOA technologies. You can refer here to get details explanation about JBoss Fuse product.

Installations

  1. Download Jboss Fuse 6.2.1 GA from here (Required login to download).
  2. Go to the folder where you have downloaded JBoss Fuse and unzip it.
  3. Edit /etc/users.properties and uncomment the admin user on the last line.
  4. Open your JBoss Developer Tools, go to Servers tab picture 1 Add new JBoss Fuse 6.2 Server picture 2
  5. On the JBoss Fuse Runtime window, select the folder where you installed JBoss Fuse and click Next. picture 3
  6. Use same credential as JBoss Fuse Server login. You can refer to jboss-fuse-full-6.2.0.redhat-133/etc/users.properties e.g Username: admin and Password: admin then Finish. picture 4
  7. Start JBoss Fuse Server on the Server tab. picture 5

    Note: Wait until process status 100%.

    picture 6
  8. Once the server start, JBoss developer studio Shell tab show as following picture 7
  9. To verify Fuse was successfully installed, open a web browser and visit. Go to http://localhost:8181, login as username admin and password admin.
References: