Bee
Bee

Reputation: 12512

Access jackrabbit repository through Apache Sling

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.

Upvotes: 0

Views: 878

Answers (1)

Bertrand Delacretaz
Bertrand Delacretaz

Reputation: 6100

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.

Upvotes: 3

Related Questions