Does anyone have a good site or example, besides the tutorial on onJava.com "Clustering and Load Balancing in
Tomcat 5"? I will be developing a new web application. Iplanet 6.1 will be the webserver, Tomcat 5.0.28 will be
servlet engine, and IBM Websphere will be the app server. My Tech Arch wants the load balancing between tomcat instances. Is that handled by the web server(iplanet) or tomcat itself? Also, what type of load balancer should I use. Should I configure using mod_jk (is this apache only thing)? Does anyone already have this set up? Thanks in advance.
Jason