- It is HTTP extension, so it should be firewall friendly, and it can make use HTTPS
- It is supported by main stream OS, and application servers such as GlassFish
- It supports check-in/check-out of a document (locking)
To setup a WebDAV based document repository on GlassFish, follow steps below:
- create a web app project in NetBeans;
- add web.xml and glassfish-web.xml files to the project;
- configure the WebdavServlet follow the GF manual;
- add File Realm users via GF admin console if necessary;
- deploy the project onto GF;
To edit a file in the repository, you need a client. Windows' 'Web Folder' has problem in performance, and difficulty on Windows 7 (unless you install a patch originally for XP). I choose BitKinex, and here is how to:
- download and install BitKinex on your PC;
- create a new WebDAV connection;
- set your server address and port;
- set security to SSL;
- put your credential in places;
- in Site Map, set path to /<webapp>/webdav/
No comments:
Post a Comment
Note: only a member of this blog may post a comment.