3 Replies Latest reply on Feb 1, 2013 7:13 AM by ctomc

    Using two AS7 Nodes on one server, How to proxy them?

    techsjs2012

      I am using two AS7 Nodes on one server to test session replication and lean how to setup AS7.  I have both nodes running ok on my server but I am trying to find a FREE way to put a proxy infront of them.. Someone so if one goes down that other will get all the request.  My firm is using EAP6 which has mod_cluster in apache but does anyone know of any free what to do this?

       

       

      Start Node1

       

      ./standalone.sh -c standalone-ha.xml -Djboss.server.base.dir=../standalone_node2 -Djboss.server.config.dir=../standalone_node2/configuration/  -Djboss.node.name=node1

       

      Start Node2

      ./standalone.sh -c standalone-ha.xml -Djboss.server.base.dir=../standalone_node2 -Djboss.server.config.dir=../standalone_node2/configuration/ -Djboss.socket.binding.port-offset=100 -Djboss.node.name=node2