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
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
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