On Fri, May 7, 2010 at 1:59 AM, Justin Edelson <[email protected]> wrote: > ...There's documentation on the JR site about clustering configuration. > We don't have anything specific to this on the Sling site AFAIK, but this > isn't to > say we shouldn't....
What we have in Sling is the contrib/jcr/jackrabbit-client module, which can be used to access a separately configured Jackrabbit repository via JNDI or RMI. I wouldn't recommend the latter for performance reasons, but with JNDI you can configure/scale Jackrabbit independently of Sling, and use it from Sling applications. That bundle is meant to be used instead of the bundles/jcr/jackrabbit-server one which embeds a Jackrabbit repository with a basic configuration. -Bertrand
