0 Replies Latest reply on May 5, 2015 10:31 AM by deryaaltuntas

    Jboss Failover support without load balancing

    deryaaltuntas

      I have two Jboss instances installed on different servers. My aim is to manage a failover recovery between these Jboss instances. Load balancing is not needed. As I said I want to serve only one Jboss instance at a time.This is customer requirement. Normally client is connected to JBoss 1, perform a failover, and which the client will automatically connect to JBoss 2.

      Actually I have a solution, but I don't know if it works. My aim was to write a service that checks if Jboss is running. When I catch a failover, I want to change jndi.properties of client, then other Jboss instance will start to serve client request. But I do not know this solution works. Also Jboss can provide me a service( or other property) to check a specific instance is running?

      Do you think my solution can work? Or How can I do this? Do I have to install Apache ? Apache provides failover without load balancing.?