chenwei
asked on
How to distribute Web Access?
I have a web application, i.g. a WAR file. I will deploy this war on several web-servers. They have the URL. How can I configure the web-server, assumed I use Apache Tomcat, sothat the web access can be distribute to these web servers? For example I have 10 web-servers, the daily access is 100000. I want these accesses to be devided to 10 web servers.
How can I do that? Can I just make configuration or do I need hardware such as dispatcheer?
How can I do that? Can I just make configuration or do I need hardware such as dispatcheer?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
How about Apache Http Server? I've heard one can use the Apache Http Server to destribute the web access to Tomcat.