0
votes

I followed Apache Sling tutorials using its Launchpad. As I understood, it uses a built in jackrabbit repository within the Launchpad. Is there a way to access a standalone jackrabbit repository using Sling API without using its launchpad?

Thanks.

1

1 Answers

3
votes

The embedded repository is provided by the org.apache.sling.jcr.jackrabbit.server bundle, so if this bundle and the ones that it requires are active you should get the corresponding SlingRepository service, backed by an embedded Jackrabbit repository.