Business Technology & Case
-
-
45'
Sometimes it is necessary to serve a large number of users that exceeds the capabilities of a single Tomcat instance (typically 200 threads set by default, 300-350 transactions per second). Also, some applications use a lot of memory. This can be solved by using multiple Tomcat instances that can be installed on one or more physical and/or virtual servers. Solutions for forming a cluster of Tomcat instances using Apache and/or NLB load balancer, depending on the anticipated load, the required availability and available hardware are presented.