Re: Strange behaviour of mod_jk

2001-09-24 Thread Don Gourley
At 04:09 PM 9/24/01, "Barry L. Kline" <[EMAIL PROTECTED]> wrote: >How are you determining the number of sessions your tomcat server is >servicing? In our servlet context we have an HttpSessionBindingListener which adds/removes sessions from a static hash table whenever they are created or invali

Re: Strange behaviour of mod_jk

2001-09-24 Thread Don Gourley
We have also witnessed less than perfect load balancing by mod_jk using tomcat-3.2.3. We have four tomcats that we are load-balancing across and the first one seems to always get more sessions, with the second, third and fourth each have somewhat fewer than the previous one. For example, right n

multiple paths for a single context?

2001-08-27 Thread Don Gourley
How can I specify that a second path should be mapped to an existing context? I have Apache (with mod_jk) mounting /C1 using a load-balancing worker and /C2 using a regular ajpv12 worker. The idea is that most user requests are processed via the load balancing worker but a few admin requests nee