Index: README.md =================================================================== --- README.md (revision 126021) +++ README.md (working copy) @@ -364,9 +364,17 @@ --------------- The Oak server mode starts a NodeStore or full Oak instance with the -standard JCR plugins and makes it available over a simple HTTP mapping -defined in the `oak-http` component. To start this mode, use: +standard JCR plugins and makes it available via three servlet interfaces: +| Servlet | URL | Description | +|----------------------|--------------|-------------| +| Simple HTTP mapping | /* | Simple HTTP mapping +defined in the `oak-http` component | +| Simple Webdav Server | /webdav/* | WebDAV (conformance levels 1, 2, and 3) and DeltaV compliant WebDAV server implementation +| JCR Webdav Server | /jcrremote/* | Server used to remote JSR170 calls via WebDAV | + +To start this mode, use: + $ java -jar oak-run-*.jar server [uri] [fixture] [options] If no arguments are specified, the command starts an in-memory repository @@ -410,7 +418,7 @@ $ java -jar oak-run-*.jar server http://localhost:4503 Oak-Segment-Tar --base myOak $ java -jar oak-run-*.jar server http://localhost:4502 Oak-Mongo --db myOak --clusterIds c1,c2,c3 -See the documentation in the `oak-http` component for details about the available functionality. +See the documentation in the `oak-http` component for details about the available functionality in the Simple HTTP mapping. The Simple Webdav Server and JCR Webdav Server is available in the Jackrabbit classic `jackrabbit-jcr-server` component. Cluster Nodes