Hi erveryone,
I'm very new to this and have no background in the subject. I need help configuring a load balancer.
I am using Tomcat 6 as the application server for my application. The configuration I'm trying to achieve consists of two servers.
Server1 has Apache 2.2, Tomcat 6 and the application installed
Server2 has Tomcat 6, the application and the DB used by the application on both servers installed.
I want Apache to serve as a load balancer so that when the application installed on server1 is being used by user1, Apache will redirect user2 to the application on server2.
Can anyone help me achieve this with an explanation 'for dummies'?
Thanks