All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencms.webdav.package.html Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 17.0
Show newest version







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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy