Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Mark Thomas
On 13/09/2010 11:20, Amol Puglia wrote: > Hello Mark, > > Thanks for the response. > > Please let me know what do i use in place of wildcard. You don't. Read the docs for ProxyPass. > 2)I required nofailover attribute as i have to load balanced two tomcat > servers in the backend. No you don'

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Amol Puglia
Warnier Subject: Re: apache tomcat load balancing not working using mod_proxy To: "Tomcat Users List" Date: Monday, September 13, 2010, 3:30 PM Amol Puglia wrote: .. > > > kindly assist me to acheive loadbalancing using proxies modules. > Kindly telling us what version o

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Amol Puglia
link which explains when to use the stickysession attribute. 4)I have fixed the jvmroutepath. --- On Mon, 9/13/10, Mark Thomas wrote: From: Mark Thomas Subject: Re: apache tomcat load balancing not working using mod_proxy To: "Tomcat Users List" Date: Monday, September 13, 2010, 3

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Mark Thomas
On 13/09/2010 10:56, Amol Puglia wrote: > No need to use a wildcard. > ProxyPass balancer://tomcatservers/* stickysession=JSESSIONID > nofailover=off No need to use a wildcard. The stickysession attribute is invalid - see the docs The nofailover attribue is unexpected unless you

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread André Warnier
Amol Puglia wrote: .. kindly assist me to acheive loadbalancing using proxies modules. Kindly telling us what version of Apache, Tomcat, Java etc you are using, on which platform, and what is not working, may help us helping you.

apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Amol Puglia
Hello Team, I am trying to achieve load balancing with proxies modules. Following are the configuration of proxy module. LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so    Listen server_name:443      BalancerM