Note: ===== This experiemental implementation of a JCRSiteTree has been developed for the Lenya 1.2.x branch. It does not work for the trunk. Installation instructions ========================= If necessary, override the lenya.source.dir parameter in build.properties with the path to your Lenya 1.2.x source tree. You can copy the file to local.build.properties and change it there. After that, follow these steps: [JCRSiteTree:] ant download-libraries [LENYA:] ant [JCRSiteTreei:] ant [LENYA:] ant [JCRSiteTree:] ant import-sitetree Run a customized jetty version (JAAS enabled): [JCRSiteTree:] ant run-lenya [JCRSiteTree:] ant view-workspace NOTE: Only one JVM can access the repo at the same time, which means one needs to shutdown Lenya (Ctrl+c) in order to see newly created nodes. Another possibility would be to use RMI on the JVM which Lenya is running in.