I've just installed cocoon 2.0.2 under tomcat 3.3.1 on Redhat Linux. I
am trying to serve pdf files with the following pipeline added to the
standard sitemap.xmap that came with the (binary) distribution:
<map:pipeline>
<map:match pattern="foo/**.pdf">
<map:read mime-type="application/pdf" src="foo/{1}.pdf"/>
</map:match>
</map:pipeline>
For small files this works fine, but larger pdf files get truncated to
122880 bytes. Can anybody tell me what I'm doing wrong and suggest a
fix?
Thanks, Mike.
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>