Posts Tagged ‘ tomcat ’
Image via Wikipedia
There are three standard port types for a single tomcat configuration:
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 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