Hello! I have the following problem: When using apache load balancer with Tomcat, *sometimes* responses get truncated , resulting in incomplete HTML of *wrong* encoding. My application that Tomcat runs always returns responses in utf-8, yet when truncated, page has a different encoding.
The following combinations work: 1) IE -> Tomcat 2) IE -> Load Balancer -> Tomcat 3) WebLoad -> Tomcat The following returns truncated HTML: 1) WebLoad -> Load Balancer -> Tomcat Could Apache content negotiation be the reason for this error? Any other ideas why this could happen? Thanks! Dmitri.