X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Fmodules%2Forg.argeo.server.jackrabbit.webapp%2FWEB-INF%2Fweb-orig.xml;fp=server%2Fmodules%2Forg.argeo.server.jackrabbit.webapp%2FWEB-INF%2Fweb-orig.xml;h=a8e5fdd8fc99d138acd2db6e054cdd4d32187fd7;hb=dd57224ab51cc377dd7dfb34487f95f16895baaf;hp=0000000000000000000000000000000000000000;hpb=3112a8b93396eb3fb95fc8b1038a5dfb224d5006;p=lgpl%2Fargeo-commons.git diff --git a/server/modules/org.argeo.server.jackrabbit.webapp/WEB-INF/web-orig.xml b/server/modules/org.argeo.server.jackrabbit.webapp/WEB-INF/web-orig.xml new file mode 100644 index 000000000..a8e5fdd8f --- /dev/null +++ b/server/modules/org.argeo.server.jackrabbit.webapp/WEB-INF/web-orig.xml @@ -0,0 +1,381 @@ + + + + + + Jackrabbit JCR Server + + + + + + + + + + + + + + + + + + + + + + + + Repository + + This servlet provides other servlets and jsps a common way to access + the repository. The repository can be accessed via JNDI, RMI or Webdav. + + org.apache.jackrabbit.j2ee.RepositoryAccessServlet + + + bootstrap-config + jackrabbit/bootstrap.properties + + Property file that hold the same initialization properties than + the init-params below. If a parameter is specified in both + places the one in the bootstrap-config wins. + + + + + + + + + + 3 + + + + + + + Webdav + + The webdav servlet that connects HTTP request to the repository. + + org.apache.jackrabbit.j2ee.SimpleWebdavServlet + + + resource-path-prefix + /repository + + defines the prefix for spooling resources out of the repository. + + + + + + + + resource-config + /WEB-INF/config.xml + + Defines various dav-resource configuration parameters. + + + 4 + + + + + + + JCRWebdavServer + + The servlet used to remote JCR calls over HTTP. + + org.apache.jackrabbit.j2ee.JcrRemotingServlet + + missing-auth-mapping + + + Defines how a missing authorization header should be handled. + 1) If this init-param is missing, a 401 response is generated. + This is suiteable for clients (eg. webdav clients) for which + sending a proper authorization header is not possible if the + server never sent a 401. + 2) If this init-param is present with an empty value, + null-credentials are returned, thus forcing an null login + on the repository. + 3) If this init-param has a 'user:password' value, the respective + simple credentials are generated. + + + + + + resource-path-prefix + /server + + defines the prefix for spooling resources out of the repository. + + + + + + batchread-config + /WEB-INF/batchread.properties + JcrRemotingServlet: Optional mapping from node type names to default depth. + + 5 + + + + + + + + + + + + + Webdav + /repository/* + + + JCRWebdavServer + /server/* + + + + + + + index.jsp + + + + org.apache.jackrabbit.j2ee.JcrApiNotFoundException + /error/classpath.jsp + + + javax.jcr.RepositoryException + /error/repository.jsp + + +