3 Replies Latest reply on Jun 25, 2012 1:13 PM by wdfink

    How to run two instance in single machine?

    jyotsana

      Hi,  I am using windows 7 OS. I am configuring JBoss for High Availability and failover. I have to run both node in a single machine. I unzip JBoss in two fidderent places in my machine.

      I made following changes in hosts file:

       

      192.168.1.44node1
      192.168.1.44node2

       

      I changed HTTP/1.1 port and AJP/1.3 and redirect port in for both instance.

      When I started node1 it started successfully but when started node2 It gives exception that port 8083 is already bind.

       

      How can i run two instances in same machine sotaht I dont get any exception?

      What else changes I need to do?

       

      Thanks