Sticky sessions and load balancing with apache 2

2003-11-21 Thread Drinkwater, GJ (Glen)
Hi I can make the apache do load balancing, giving each server 50% of the traffic. When i try to create sticky sessions, it works, but only the first tomcat instance gets all the traffic. Is it possible to have sticky sessions with load balancing (with tomcat and mod_jk2), ie if a user without

Re: Sticky sessions and load balancing with apache 2

2003-11-21 Thread Antonio Fiol BonnĂ­n
Hello, Please ensure that you are trying to create a fresh new session when testing. I usually test load balancing by doing the following: On every server: tail -f a_log_file_that_fills_if_there_is_activity_such_as_catalina.out_or_access.log On a client: while true; do wget -O /dev/null