I have an JSP/Servlet web app that runs on one server. While this server holds up for now, I would like to add another server which will also give me the advantage of taking one down for maintenance/upgrade etc.
The problem: I have no idea how to do this. How do I get a request that goes to a specific ip to go to two two different boxes depending on the load of the servers?