This directory contains the JCR Reference Implementation proposal. The directories contained: build/classes The destination for the compiled Java classes build/lib The destination for archived Java classes src The directory containing Java source files lib Support/third party libraries used to build classes from the source files bin Start-script for the sample JCR server application webapps/src The directory containing the source files of the sample JCR client webapp (jcrbrowser.war) work working directory of the sample JCR server application How-To build and run: --------------------- - copy mail.jar (JavaMail) to lib/common - if you're using a jdk version prior to 1.4 you hav to copy jta.jar (Java Transaction API) to lib/common - run 'ant package' to build the jar files - run 'ant webapp' to build the client webapp - deploy webapps/build/lib/jcrbrowser.war in tomcat - run bin/ri_server.bat to start the sample JCR server - point your browser to the sample JCR client webapp (e.g. http://localhost:8080/jcr) and login to the repository...