According to my reading on jboss documentation it says,
We define high availability as the ability for the system to continue functioning after failure of one or more of the servers. A part of high availability is failover which we define as the ability for client connections to migrate from one server to another in event of server failure so client applications can continue to operate.
Is failover part of high availability? How can we differentiate failover vs high availability?