Oh sorry, forgot to add that info to the last email implicitly. I have tested adding a step of first streaming the file to disk and then serving the file as a stream and that encounters the same problem. Giving a direct link to the file on the server works fine but as I mentioned we don't want to do that.
Its quite difficult to make anything out of the file that is downloaded as its in a binary format. I can tell that there isn't a set limit for size, file seems to randomly fail between 25-30page+ mark. (Each of these pages contains variable size images of around 1700x2000). Graeme Woodhouse Software Engineer ProQuest Direct-Line: +44 (0) 1223 271 264 Fax: +44 (0) 1223 215 513 -----Original Message----- From: Manuel Mall [mailto:[EMAIL PROTECTED] Sent: 08 April 2008 13:20 To: '[email protected]' Subject: RE: Large PDF's files fail to stream correctly > -----Original Message----- > From: Woodhouse, Graeme [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 8 April 2008 8:03 PM > To: '[email protected]' > Subject: RE: Large PDF's files fail to stream correctly > > >Have you tried connecting to Tomcat directly and not via Apache to > >confirm that the problem is related to the streaming via AJP? > > I've tried it now on a stand alone tomcat instance and am having the same > trouble. It makes me even more confused that this isn't a more publicised > problem on the internet. I would have thought many people dynamically > generate large PDF's through tomcat (although writing that it does sound > less likely with all those stipulations). > > So, it seems like its tomcat's problem more than the connection between > apache and tomcat. I would still do the other suggested tests. Save the PDF as file and serve that through tomcat and also capture the data at the client end and compare. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
