Hi Matthew!
| Von: Matthew Hailstone [mailto:[EMAIL PROTECTED]]
[...]
| pipeline:
|
| <!-- Download Server -->
| <map:pipeline>
| <map:match pattern="download">
| <map:act type="request">
| <map:parameter name="parameters" value="true"/>
| <map:act type="resource-exists">
| <map:parameter name="url" value="download/{file}"/>
| <map:read src="download/{file}"/>
| </map:act>
| <map:generate src="filenotfound.xml"/>
| <map:transform src="filenotfound2html.xsl"/>
| <map:serialize/>
| </map:act>
| </map:match>
| </map:pipeline>
|
|
| error page:
|
| type fatal
| message Failed to execute pipeline.
| description org.apache.cocoon.ProcessingException: Failed to execute
| pipeline.: java.io.FileNotFoundException: D:\apps\Tomcat
| 4.1\webapps\cocoon203\download (Access is denied)
It looks like your {file}-parameter is empty. \cocoon203\download is a
directory, not a file right? perhaps take a look into the log files and
check if the parameter gets set by the request action.
cya
Tammo
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>