On Thu, Apr 29, 2010 at 8:44 PM, Tony Giaccone <[email protected]> wrote: > Apologies in advance if I missed something obvious. > > > I want to use sling as a basic document repository. I'll be inserting xml > documents which will be turned in to HTML for display, using XSLT. > > I also need to replicate the repository is there a mechanism in sling to > mange/create replicated repositories?
Hi Tony; Sling does not have any specific functionality for setting up replication. But Jackrabbit (the content repository used by Sling) supports clustering, so it should be possible to use Sling as a front end for a clustered Jackrabbit instance. You can find more information on clustering Jackrabbit here: http://wiki.apache.org/jackrabbit/Clustering Also, the folks over at [email protected] may be able to help. -- Vidar S. Ramdal <[email protected]> - http://www.idium.no Sommerrogata 13-15, N-0255 Oslo, Norway + 47 22 00 84 00 / +47 21 531941, ext 2070
