Apache Jackrabbit - Overrides Jackrabbit configuration settings when deployed to Glassfish v3

I feel like an idiot, but where / how do I override Jackrabbit configuration options when deploying to Glassfish v3? I tried to install rep.homeon the panel Glassfish Admin -> Enterprise Server -> System Properties, but it did not seem to be affected.

  • Do I have the correct property name?
  • Isn't that a good place? this?

BTW - I am using the Jackrabbit version bundled with the Sling API.

0
source share
1 answer

Jackrabbit configuration parameters specified by your link are automatically set by the implementation of the Jackrabbit repository when reading the repository.xml configuration file.

, Jackrabbit Sling, sling.repository.home( OSGi, Sling).

Configuration Manager. , org.apache.sling.jcr.jackrabbit.server.SlingServerRepository.XXX, "xxx" UUID. . , , , Sling, .

0

All Articles