Rodrigo Asensio
Rodrigo Asensio

Reputation: 2792

Tomcat Clustering and Load Balancing?

I have 3 tomcat servers where users get into all time. They are 3 because the processing of each request is heavy (lot of sql). Lusers enters to server 1 or 2 or 3. Now I want to make them "one". I know I need do clustering but, will clustering spread the requests thru the 3 servers or here is where I need implement load balancing with apache2 ?

Upvotes: 1

Views: 3440

Answers (1)

Pavlo Svirin
Pavlo Svirin

Reputation: 508

Hvae you tried this one: http://onjava.com/pub/a/onjava/2004/04/14/clustering.html

Upvotes: 2

Related Questions