Hi,
I have this configuration:

- a linux machine with Apache 2.0.47 and mod_jk 1.2.5 configured for load
balancing and sticky session.
- two linux machine with tomcat 4.1.x.

Load Balancing and sticky session work fine, but when there is a node
failure and mod_jk 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 legth field setted to 54 (correct size)
2) AJP REQUEST BODY with length 0 !!!

This happens only when switching from a failing node to another.
During normal operation all works fine and the AJP packets are correct.

How is this possibile ?

Thanks in advance to all mod_jk gurus.

Marco


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

Reply via email to