org.opencms.webdav.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-core Show documentation
Show all versions of opencms-core Show documentation
OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.
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
@since 6.5.6