Am Freitag, 17. Oktober 2003 00:24 schrieb Alexander Schatten:
> Already in Cocoon 2.0x there were severe problems with large downloads.
> Using a statement like:
>
>
> <map:match pattern="downloads/**.gz">
> <map:read mime-type="application/x-gzip"
> src="downloads/{1}.gz"/>
> </map:match>
>
>
> basically worked with files below approx. 16MB. Files with sizes above,
> were terminated at 16MB.
Maybe you should handle downloads through apache httpd webserver, or tomcat
itself (if you use tomcat)? From your sitemap snipplet, it looks like an
ordinary download. Files will get served much faster, and many other cons.
> I hoped, that this is corrected in 2.1 unfortunately it seems to have a
> similar behaviour: I tried a file with about 24MB and the resulting
> downlad had 0 bytes...
>
> Does anyone have an idea how to solve this problem?
Haven't tried to seve big files through cocoon. Aren't there any entrys in the
logfiles? I don't know, but maybe you have an request timeout configured?
> thank you!
> Alex
cu Philipp
--
XML is the ASCII for the new millenium.
(Cocoon documentation)
--------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]