Posts Tagged ‘ cluster

multiple tomcat instance – single setup

running multiple tomcat by using a single catalina_base and catalina_home

this will make it easy to manage server management to use only one tomcat setup instance

download tomcat-6+ and unpack it.

and modify two configuration file under conf Read more

Complete Apache 2.2-AJP Load Balance via mod_proxy

Complete guide for apache-http server load balancing via mod_proxy and some performance enhancements

required modules:

proxy_module
proxy_ajp_module
proxy_balancer_module

Read more