who to create multiple instance of JBOSS Fuse 6.1

613 views Asked by At

i want to install multiple instance of jboss fuse and then integrate each jboss instance with different environment .

eg suppose we have 6 SIT env then we need 6 different jboss fuse to be connected. and suppose we have 10 different unix user on one server and jboss fuse is install on this server now how we can install fuse on each unix user.

can we create jboss domain same as web-logic domain?

Currently we have downloaded zip file of jboss fuse from red-hat site and unzip this file and do configuration changes per environment that is we unzip file in 6 different users and integrated to SIT env.

what is standard way of doing this?

2

There are 2 answers

0
pratik On BEST ANSWER

The solution for this is

Fabric

with the help Fabric we can support multiple environment without any issue.

.

1
Pratiyush Kumar Singh On

You can run multiple instances

for that you would require to change in etc\system.properties Change port for below attribute

org.osgi.service.http.port=<Port> #Every Instance should have different port

If you accessing it via putty. It is better to change sshPort as well to prevent the conflict. in etc\org.apache.karaf.shell.cfg

sshPort=8107

Last thing you would require to change is RMI Server Port in etc\org.apache.karaf.management.cfg for each instance.

rmiServerPort = 44444