Concerning mod_jk there is no hard upper limit. If the number of workers
(counting all lb workers and all members of lb workers comes close to
64, you will need to increase the JkShmSize.) No dependency on the
tomcat or AJP version. I didn't think about old JK versions though.
1.2.23 doesn't cou
Hi list,
We use 3 loadbalanced tomcat workers (tomcat 4.1.18 (!) ), fronted by apache2,
mod_jk 1.2.23.
They are defined as follows:
...
worker.worker1.type=ajp13
worker.worker2.type=ajp13
worker.worker2.type=ajp13
...
worker.loadbalancer.balanced_workers=worker1, worker2, worker3
...
We ar