0 Replies Latest reply on Apr 17, 2012 5:10 AM by pankaj4u.kumar

    Jboss5.0.1GA clustering between two nodes and accessing the application using virtual ip

    pankaj4u.kumar

      I have clustered the two nodes of a jboss5.0.1GA on a different machine using all instance and deployed my product on it and now want to access the our application using virtual ip without using any load balancer. if it is possible then where and how we can configure the virtual ip in jboss? In case of failover how virtual ip will send the request to other nodes? I am running jboss nodes as following on two different machine :-

       

      run -c node1 -g DocsPartition -u 239.255.100.100 -b 192.168.56.180 -Djboss.messaging.ServerPeerID=1 -Djboss.service.binding.set=ports-default

      run -c node2 -g DocsPartition -u 239.255.100.100 -b 192.168.56.104 -Djboss.messaging.ServerPeerID=2 -Djboss.service.binding.set=ports-01