Tomcat not serving large content?

2010-03-31 Thread John Dunne
Hi, I'm using tomcat 5.5.28 to serve an XML document (an RSS feed actually) via a servlet. An RSS client makes the request via a HTTP POST request, and I can see the servlet serves the entire XML document, however, the RSS client for some reason does not receive a complete document. I've

Re: Tomcat not serving large content?

2010-03-31 Thread Pid
On 31/03/2010 10:51, John Dunne wrote: Hi, I'm using tomcat 5.5.28 to serve an XML document (an RSS feed actually) via a servlet. An RSS client makes the request via a HTTP POST request, and I can see the servlet serves the entire XML document, however, the RSS client for some reason does not

RE: Tomcat not serving large content?

2010-03-31 Thread John Dunne
Hi Pid, Thanks for your reply. The file is 140 kilobytes. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 31 March 2010 13:20 To: users@tomcat.apache.org Subject: Re: Tomcat not serving large content? On 31/03/2010 10:51, John Dunne wrote: Hi, I'm using tomcat 5.5.28

Re: Tomcat not serving large content?

2010-03-31 Thread Pid
it, by a forward to the real location or by generating it dynamically and sending the bytes? p -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 31 March 2010 13:20 To: users@tomcat.apache.org Subject: Re: Tomcat not serving large content? On 31/03/2010 10:51, John Dunne wrote: Hi

RE: Tomcat not serving large content?

2010-03-31 Thread Caldarale, Charles R
From: John Dunne [mailto:j...@alldunne.com] Subject: RE: Tomcat not serving large content? The file is 140 kilobytes. That's actually relatively small - should not be a problem. Tomcat doesn't limit the response size, but whatever you're using to serve the content might be. Running

Re: Tomcat not serving large content?

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 3/31/2010 9:37 AM, John Dunne wrote: The file is 140 kilobytes. Tomcat has no limitations on response size: it's all streaming as far as Tomcat is concerned. We routinely send large static and dynamic documents through Tomcat 5.5.25/26

RE: Tomcat not serving large content?

2010-03-31 Thread John Dunne
. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 31 March 2010 14:43 To: users@tomcat.apache.org Subject: Re: Tomcat not serving large content? On 31/03/2010 14:37, John Dunne wrote: Hi Pid, Thanks for your reply. The file is 140 kilobytes. That's not really very large

Re: Tomcat not serving large content?

2010-03-31 Thread Pid
being sent in the response?? And you don't -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 31 March 2010 14:43 To: users@tomcat.apache.org Subject: Re: Tomcat not serving large content? On 31/03/2010 14:37, John Dunne wrote: Hi Pid, Thanks for your reply. The file