Clustering with mod_jk2 with sticky session e load
balancing works bad.

Configuration 


.........................................
........|-----------------|..............
........|  Apache 2.0.x   |..............
.....___|    mod_jk2      |____..........
.....|  |-----------------|    |.........
.....|                         |.........
.....|                         |.........
..   |                         |.........
.|-------------|        |-------------|..
.| Tomcat1.4.x |        | Tomcat1.4.x |..
.|-------------|        |-------------|..
.........................................



Load Balancing and sticky session work fine, but
when there is a node
failure and mod_jk2 switch the courrent request to
the remaining tomcat instance the HTTP POST
parameters get lost!

I sniffed the AJP traffic and I observed those
packets directed to the
remaining node:

1) AJP REQUEST POST with a content length field
setted to 54 (correct size)
2) AJP REQUEST BODY with length 0 !!! Big Big Error

This happens only when switching from a failing node
to another.

I tried with apache e tomcat installed on Windows e
Linux
in a lot of different configuration but the results
seem the same.

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to