I am fairly new to Load balancing. I am able to setup a load balancer using Apache httpd, mod_jk and tomcat. Now the problem is we would like to have design in the following manner,
[HTTPD]
/\
/ \
[HTTPD LB] [HTTPD LB]
/ \
/ \
[Tomcat Cluster 1] [Tomcat Cluster 2]
HTTPD LB - Apache Httpd with Load Balancer
But mod_jk only supports AJP protocol, so my questions is - Can the above shown model be designed using mod_jk with Apache httpd and Tomcat?