Re: PDF Delivery switching to byte ranges for slower connections.

2007-07-19 Thread Mark Stevens
Hi Ronald, Thanks for the reply. The files are coming out of a database via a servlet custom to the Content Management System we are using. Since raising this post I have discovered that a database setting for the CMC limiting the amount of time an object can be streamed was much to low, I now

Re: PDF Delivery switching to byte ranges for slower connections.

2007-07-18 Thread Ronald Klop
Is this static content or served by a custom servlet? If you can set the content-length of the response it shouldn't use chunked encoding. Ronald. PS: I'm not a Tomcat developer, so I could be wrong about this. On Wed Jul 18 14:45:42 CEST 2007 Tomcat Users List wrote: Hi all, I'm using the

PDF Delivery switching to byte ranges for slower connections.

2007-07-18 Thread Mark Stevens
Hi all, I'm using the HTTP connector and am having a few issues delivering PDF's from Tomcat 4.1 and was wondering if anyone could shed any light. The problem: When requesting a PDF about 1.3MB in size, on the local LAN bypassing the reverse proxy, it works fine, however when using wget to limi