As I understand it should be natively available in Jackrabbit 1.6 (I’ve found this blog entry http://dev.day.com/microsling/content/blogs/main/jrnativehttp.html) but I can not find any example configuration.
As I understand it should be natively available in Jackrabbit 1.6 (I’ve found this
Share
As the mentioned article points out (link added):
If you don’t use the standalone server, you can use the Jackrabbit war distribution. The standard web.xml is already configured to expose the JCR-over-webdav remoting at
/server, eg.http://localhost:8080/server
See the JCRWebdavServer servlet config in the web.xml, using JcrRemotingServlet with batch read/write (actually implemented and documented in the super class with the same name):