Hi all,<br><br>Thank you for the answer in this short time. I mount the webdav partition with the root user and I use the opencms user "Admin" when the username is requested.<br><br>When the partition is mounted, I can obtain the following information:<br>
<br>root@blablabla:/# mount<br><a href="http://127.0.0.1:8082/opencms/webdav">http://127.0.0.1:8082/opencms/webdav</a> on /media/webdav type davfs (rw,nosuid,noexec,nodev,_netdev)<br><br>Best regards,<br><br>Alberto Abián<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Have you checked, if the user that you use for the webdav access has<br>
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>
> I have been using opencms for some time and I found some problems using the<br>
> webdav feature. There is a previous post in this mail-list (<br>
> <a href="http://lists.opencms.org/pipermail/opencms-dev/2008q3/030594.html" target="_blank">http://lists.opencms.org/pipermail/opencms-dev/2008q3/030594.html</a>) with the<br>
> same problem.<br>
><br>
> I can mount the webdav "partition" with davfs2 and the windows shared<br>
> folders but I can not create or modify any file. I have these lines in the<br>
> web.xml file:<br>
><br>
>     <servlet><br>
>         <description><br>
>             Creates an access to OpenCms through WebDAV.<br>
>         </description><br>
>         <servlet-name>OpenCmsWebDavServlet</servlet-name><br>
>         <servlet-class>org.opencms.webdav.CmsWebdavServlet</servlet-class><br>
>         <init-param><br>
>           <param-name>listings</param-name><br>
>           <param-value>true</param-value><br>
>         </init-param><br>
>         <init-param><br>
>           <param-name>readonly</param-name><br>
>           <param-value>false</param-value><br>
>         </init-param><br>
>         <init-param><br>
>           <param-name>repository</param-name><br>
>           <param-value>standard</param-value><br>
>         </init-param><br>
>     </servlet><br>
><br>
> Nevertheless I only have read permission on the wevdav "partition".<br>
><br>
> Is there any problem with my configuration? Thank you in advance.<br>
><br>
><br><br>
</blockquote></div><br>-- <br>Alberto Abián<br>