Re: Apache Load Balancer - truncating responses?

2009-06-22 Thread Dmitri O.Kondratiev
On Mon, Jun 22, 2009 at 1:14 AM, André Warnier a...@ice-sa.com wrote: Dmitri O.Kondratiev wrote: 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

Re: Apache Load Balancer - truncating responses?

2009-06-22 Thread André Warnier
Hi Dmitri. No need to copy me personally. I am subscribed to the forum, so I get these messages anyway. A very quick look at the files you posted shows the following thing that I personally find strange : In the log.txt, I see that the first browser request is a POST. The response to that

Re: Apache Load Balancer - truncating responses?

2009-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 6/22/2009 10:58 AM, André Warnier wrote: In the log.txt, I see that the first browser request is a POST. The response to that is a 302 moved, with a new location. OK so far. But then, when the browser re-issues the request to the new

Apache Load Balancer - truncating responses?

2009-06-21 Thread Dmitri O.Kondratiev
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

Re: Apache Load Balancer - truncating responses?

2009-06-21 Thread André Warnier
Dmitri O.Kondratiev wrote: 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

RE: Apache Load Balancer - truncating responses?

2009-06-21 Thread Martin Gainty
2009 23:14:10 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: Apache Load Balancer - truncating responses? Dmitri O.Kondratiev wrote: Hello! I have the following problem: When using apache load balancer with Tomcat, *sometimes* responses get truncated , resulting