Page 1 of 1

WebDav Access

PostPosted:Thu Sep 30, 2010 6:40 am
by merlin81
Hello,
I'm trying to access OKM 5 via webdav (svn build and demo), but get following error:
mounting failed; the server does not support WebDAV

When trying to access the demo via http://demo.openkm.com/OpenKM/repository/default I get
WebDAV is disabled. Contact with your administrator.
What changes do I have to implement to get WebDav working ?

Re: WebDav Access

PostPosted:Thu Sep 30, 2010 7:40 am
by jllort
If you're in OpenKM 5.0 it's needed to add system.webdav property in OpenKM.cfg to enable. In our online demo we've disabled .

In version 4.x it's enabled by default and can not be disabled ( disabling it's new feature present form version 5. )

Re: WebDav Access

PostPosted:Thu Sep 30, 2010 9:02 am
by merlin81
Ok, setting system.webdav=on I can mount the share, but there are no files in and I cannot write to it.
I'm using mount -t davfs server /mnt

Any hints where to look for ?

Thanks in advance

Re: WebDav Access

PostPosted:Thu Sep 30, 2010 9:49 am
by merlin81
Reading is better than doing (sometimes).
Had to set the path to http://server:8080/OpenKM/repository/default/okm:root/

Solved my webdav problem.