Link to home
Start Free TrialLog in
Avatar of chenwei
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?
ASKER CERTIFIED SOLUTION
Avatar of kevdav
kevdav

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chenwei
chenwei

ASKER

You mean, one can either use hardware such as Cisco CSS, or software such as Linux VS. Right?

How about Apache Http Server? I've heard one can use the Apache Http Server to destribute the web access to Tomcat.