Common web architecture is Web - WAS - (DB). For example, Apache as Web Server and Tomcat as WAS. In this case, mod_jk is is used to connect from Apache to Tomcat. The following is Web to WAS load balancing architecture. With this architecture, multiple http request is sent to Tomcat#1 and Tomcat#2 in round … Continue reading Tomcat sticky session