<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Have you checked, if the user that you use for the webdav access has
write permissions for these files and folders?<br>
<br>
Also, make sure that you mount the permission as writable with davfs. <br>
in other words:<br>
mount -rw ...<br>
<br>
Best Regards<br>
Christian<br>
<blockquote
cite="mid:54c795ea0902230706n8f7fed5n7e9361fde808a237@mail.gmail.com"
type="cite">
<pre wrap="">
I have been using opencms for some time and I found some problems using the
webdav feature. There is a previous post in this mail-list (
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/2008q3/030594.html">http://lists.opencms.org/pipermail/opencms-dev/2008q3/030594.html</a>) with the
same problem.
I can mount the webdav "partition" with davfs2 and the windows shared
folders but I can not create or modify any file. I have these lines in the
web.xml file:
<servlet>
<description>
Creates an access to OpenCms through WebDAV.
</description>
<servlet-name>OpenCmsWebDavServlet</servlet-name>
<servlet-class>org.opencms.webdav.CmsWebdavServlet</servlet-class>
<init-param>
<param-name>listings</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>readonly</param-name>
<param-value>false</param-value>
</init-param>
<init-param>
<param-name>repository</param-name>
<param-value>standard</param-value>
</init-param>
</servlet>
Nevertheless I only have read permission on the wevdav "partition".
Is there any problem with my configuration? Thank you in advance.
</pre>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
<br>
</body>
</html>