Index: src/site/markdown/components/jackrabbit-jcr-server.md =================================================================== --- src/site/markdown/components/jackrabbit-jcr-server.md (revision 1901961) +++ src/site/markdown/components/jackrabbit-jcr-server.md (working copy) @@ -47,7 +47,11 @@ Note that when run on top of a JCR 2.0 implementation that also supports shareable nodes, the WebDAV BIND specification ([http://tools.ietf.org/html/draft-ietf-webdav-bind](http://tools.ietf.org/html/draft-ietf-webdav-bind)) is also supported. +#### Urls: +By default, the Simple Webdav Server is made available below `/repository/*` in `jackrabbit-webapp`. + + JCR Webdav Server ----------------- Server used to remote JSR170 calls via WebDAV. @@ -70,7 +74,11 @@ |-----------------------------------|---------------------------| | org.apache.jackrabbit.j2ee.JCRServerServlet.java | see [Jackrabbit Web Application](jackrabbit-web-application.html) | +#### Urls: +By default, the JCR Webdav Server is made available below `/server/*` in `jackrabbit-webapp`. + + Further reading: * [JCR_Webdav_Protocol.doc](../JCR_Webdav_Protocol.doc) Index: src/site/markdown/components/jackrabbit-web-application.md =================================================================== --- src/site/markdown/components/jackrabbit-web-application.md (revision 1901961) +++ src/site/markdown/components/jackrabbit-web-application.md (working copy) @@ -41,6 +41,7 @@ including import and export behaviour for both resources and their properties, mime type and nodetype mappings and simple item filters. +By default, the Simple Webdav Server is made available below `/repository/*`. JCR Webdav Server ----------------- @@ -50,5 +51,9 @@ WebDAV support to the repository. Instead the primary goal is to remote JSR170 calls. +By default, the JCR Webdav Server is made available below `/server/*`. + For the corresponding JCR client see JCR to SPI and the _SPI to WebDAV_ contribution inside the Jackrabbit sandbox. + +