Should we have more than one application server, so that one exists if the other goes down in an enterprise setup?
If yes, how do I go about directing from local interactive clients to connect to whichever application server is online?
One way of doing is using the load balancer sitting in the front of app servers to direct the traffic to available app server if other is not available.