This content has been marked as final.
Show 1 reply
-
1. Re: JBoss As 6 recovering failover itself?
wdfink May 7, 2014 5:04 AM (in response to deryaaltuntas)JBoss handle load balancing for clustered EJB applications, the client API will handle that.
Http is not load-balanced, so you need a instance to do it. If you use mod_jk or mod_cluster this will be 'automatic'.
If you don't want that you can use another approach, i.e. switch DNS entries or virtual IP address.
So you need a third-party to handle it