You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2007/10/26 16:45:35 UTC

svn commit: r588668 - /jackrabbit/sandbox/spi/README.txt

Author: angela
Date: Fri Oct 26 07:45:34 2007
New Revision: 588668

URL: http://svn.apache.org/viewvc?rev=588668&view=rev
Log:
readme

Modified:
    jackrabbit/sandbox/spi/README.txt

Modified: jackrabbit/sandbox/spi/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/spi/README.txt?rev=588668&r1=588667&r2=588668&view=diff
==============================================================================
--- jackrabbit/sandbox/spi/README.txt (original)
+++ jackrabbit/sandbox/spi/README.txt Fri Oct 26 07:45:34 2007
@@ -34,6 +34,38 @@
 - spi-rmi : rmi layer
 - spi-logger : logging facility
 
+By default the test cases present in the 'client' project are
+executed on a setup using:
+
+jcr2spi - spi-rmi - spi2jcr - jackrabbit-core (JCR2SPI2JCROverRMIRepositoryStub)
+
+
+In order to test the WebDAV remoting with the setup
+
+jcr2spi - spi2dav - jcr-server - jackrabbit-core (JCR2SPIRepositoryStub)
+
+please follow the instruction:
+
+1) setup a jcr-server installation
+
+2) make sure the JCRWebdavServer servlet configuration specifies the 
+   'missing-auth-mapping' parameter to contain an empty value:
+
+    <init-param>
+      <param-name>missing-auth-mapping</param-name>
+      <param-value></param-value>
+    <init-param>
+
+3) change 'repositoryStubImpl.properties':
+   
+   # choose the correct repository stub:
+   javax.jcr.tck.repository_stub_impl=org.apache.jackrabbit.jcr2spi.JCR2SPIRepositoryStub
+   
+   # adjust config for JCR2SPIRepositoryStub (SPI2DAV)
+   org.apache.jackrabbit.jcr2spi.repository.url=http://<host>:<port>/jackrabbit/server/
+   org.apache.jackrabbit.jcr2spi.workspace.name=<default-workspace-name>
+
+
 
 Requirements
 ===============================================================================