mod_jk inserting Transfer-Encoding Chunked header

2009-10-10 Thread Sam Crawford
Hello, I've got a simple web application deployed, and am accessing it via a basic mod_jk load balancer setup. The web application on the J2EE app server is returning a fixed "Content-Length: 84" header (it's just a HelloWorld page for testing purposes), but when I access the same application via

Re: mod_jk inserting Transfer-Encoding Chunked header

2009-10-10 Thread Sam Crawford
20:52:12.925 2009] [25246:3641224096] [trace] ajp_process_callback::jk_ajp_common.c (1871): exit [Sat Oct 10 20:52:12.925 2009] [25246:3641224096] [trace] ajp_connection_tcp_get_message::jk_ajp_common.c (1131): enter 2009/10/10 Rainer Jung : > On 10.10.2009 12:32, Sam Crawford wrote: >>

Re: mod_jk inserting Transfer-Encoding Chunked header

2009-10-10 Thread Sam Crawford
here. Thanks, Sam 2009/10/10 Caldarale, Charles R : >> From: Sam Crawford [mailto:samcrawf...@gmail.com] >> Subject: Re: mod_jk inserting Transfer-Encoding Chunked header >> >> I'll keep investigating, but suspect I may have to switch to using the >> sto

Re: mod_jk inserting Transfer-Encoding Chunked header

2009-10-10 Thread Sam Crawford
Sam 2009/10/10 Caldarale, Charles R : >> From: Sam Crawford [mailto:samcrawf...@gmail.com] >> Subject: Re: mod_jk inserting Transfer-Encoding Chunked header >> >> Let's not turn this into a "which web server is better" thread please. > > No intent

Re: [OT] mod_jk inserting Transfer-Encoding Chunked header

2009-10-12 Thread Sam Crawford
At the risk of bringing this thread back on topic, I still haven't found a solution to the problem. I suspect that mod_jk may be setting the Content-Length header in a case that SunOne does not expect (SunOne is case-sensitive to headers in it's NSAPI modules!). I note the following sentence from h