Click to See Complete Forum and Search --> : How to set up an Apache proxy with mod_proxy in front of Tomcat 6 web servers?


pnkflydgr
01-10-2011, 12:25 PM
I guess I'm just looking for general information on how to start this process and the basic architecture of the final solution. I basically am trying to set up a load balancing solution for my web application. I will have my app running on three different servers. So....this is what I'm guessing so far. The server that my domain name is pointed at will now host Apache 2.0 which will be listening on port 80. I will configure the mod_proxy mod on Apache to point at my different Tomcat servers. And bam I now have a load balancing solution. If anyone has done this before or has any helpful information about this topic, please let me know. If there is a place with step-by-step instructions that would be amazing.

pnkflydgr
01-10-2011, 12:44 PM
http://www.wellho.net/solutions/general-load-balancing-and-clustering.html

So far this has been a lot of help!