Hi Vidar, Am Dienstag, den 29.01.2008, 16:37 +0100 schrieb Vidar Ramdal: > We're in the process of developing a web content management system, > and we have just discovered Sling. It seems like a great platform for > us to build our application on top of.
Glad to hear that ! > > >From just test-driving Sling, it appears that it hosts its own > Jackrabbit instance. In our scenario, we would like to keep our > application and Jackrabbit on separate servers, for easier scaling. > > Is it possible to configure Sling to connect to a remote Jackrabbit > repository over RMI, instead of hosting its own repository? Sure, just replace the jackrabbit-server bundle contained by default with the jackrabbit-client bundle and you can access your repository over RMI. Hope this helps. Regards Felix
