• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How Tomcat Works book - Clustering in Tomcat-Apache

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Does this book talks about clustering of T/A?
BTW, I would like to know in general how can I exactly achieve the clustering and load balancing using Tomcat?
That too, can I make it smart enough to balance the load for specific request or is it only to the number of hits to the server?
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Clustering with tomcat
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html

Load Balancing with Tomcat
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/balancer-howto.html

This will help you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic