0 Replies Latest reply on Jan 6, 2012 1:08 PM by eric.richardson

    How to deploy two independent instances on same host?

    eric.richardson

      I am using Fuse 4.4.  I am starting only the very basics to do mediation:

      featuresBoot=karaf-framework,config,camel,camel-jetty,camel-blueprint,war

       

      My use of Fuse is completely stateless.  I would like to start multiple instances of fuse on the same host.  I have multiple ip addresses (virtual ip addresses) to use and would like to have one instance listen to

        http://host1

      then the other listen to

        http://host2

      I have a network appliance that will round-robin traffic between the two (or more) instances with automatic failover.

      I do not want FUSE doing anything on localhost, just the specified virtual ip. 

      The instances are identical except for the hostname, and they are independent.

       

      Thanks,

      Eric