Provides a WebDAV access to OpenCms.
Handles all issues belonging to the WebDAV protocol.
The {@link org.opencms.webdav.CmsWebdavServlet} has to be configured in the web.xml ,
where the name of the {@link org.opencms.repository.I_CmsRepository} has to be specified to use
with WebDAV.
Additionally it is possible to browse the resources in the VFS through a Web Browser by using the
url where the WebdavServlet is configured in the web.xml .
The following WebDAV clients were tested:
- Macromedia Dreamweaver
- Microsoft WebFolder
- WebDAV Mount in Mac OS X
- WebDrive (South River Technologies)
- DAV Explorer (http://www.davexplorer.org/)
Limitations:
- The WebDAV method PROPPATCH is not implemented yet.
- Does not work with Apache Tomcat < 5.5
@version $Revision: 1.6 $
@since 6.5.6
|