Jan Haderka <[email protected]> wrote: > On Wed, 2009-02-18 at 14:40 +0100, Matteo Pelucco wrote: >> >> I've seen into SVN that there is a "magnolia-module-webdav". >> What is the state? It is usable? > > State is work-in-progress. If you manage to build the module and to > configure it on your instance then you can map workspace as a network > drive using webdav protocol. But for now you get only read-only access > to such network share which is not very useful, and mapping of different > nodes and properties is also not done yet so the structure is rather > ugly and will change for the final. > Current plan is to resume work on the module after 4.0 final is > released. If you got free time on your hands and want to work on the > module before then let me know i can give you some hints.
I tried the magnolia webdav module yesterday. Both read and write access worked fine for me, and I could share files between my Linux and MacOS clients. I don't use Windows so I don't know the status there. So it works as a remote file system, but interoperability with Magnolia itself suffers due to differences in interpreting nodes. Here is what I did to try the webdav module under GlassFish: 1. Check out the source code from svn and compile it. 2. Copy the jar file to WEB-INF/lib in the deployed Magnolia. 3. Copy these files from the Jackrabbit distribution: jackrabbit-webdav-1.5.2.jar jackrabbit-jcr-server-1.5.2.jar 4. Copy src/main/resources/mgnl-files/WEB-INF/webdav-config.xml to WEB-INF. 5. Restart. 6. Mount e.g. http://localhost:8080/magnoliaAuthor/.webdav/dms/ -- Björn Danielsson <[email protected]> ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
