I use webdav to store a bunch of xml files for our help/documentation system.
I had a similar problem but I solved by using http://webdav/slide/ as well as webdav://...!!
If you're getting errors with the webdav: protocol, try using http:
I'll dig through my code and work out when I use which one and why!
Regards, Tony
Fran�ois Jannin wrote:
Hi,
I use cocoon 2.5.1 with java 1.4.2_05 on Debian platform, with Tomcat 5.5.0 as servlet engine.
I've tried to use Cocoon with Slide server, following the Cocoon samples
about webdav blocks.
Retrieving directories and file names works fine, but concerning file contents, i can't read xml file in the same way as samples describe ;
Omitting a generator type as follow :
<map:generate src="{global:staging}{request-param:path}/{1}.xml" />
brings me the following exception :
org.apache.cocoon.ProcessingException: Failed to execute pipeline.: org.apache.cocoon.ProcessingException: Failed to execute pipeline.: org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.net.MalformedURLException: unknown protocol: webdav
(global staging contains "webdav://mywebdavurl/slide/")
Please could someone help me to find what generator types i could use to
load files from Slide ?
thanks all
--------------------------------------------------------------------- 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]
