Guido Dunker created SLING-7494:
-----------------------------------
Summary: FileDataStore Configuration
Key: SLING-7494
URL: https://issues.apache.org/jira/browse/SLING-7494
Project: Sling
Issue Type: Improvement
Components: Documentation
Reporter: Guido Dunker
In the configuration of "Oak Segment Tar NodeStore service"
If you activate "Custom blob store" there is no working documentation, how
to configure and so activate the component
org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore
There is only one way i found after experimenting:
Create a File
sling\config\org\apache\jackrabbit\oak\plugins\blob\datastore\FileDataStore.config
with this content for example:
minRecordLength=I"100"
cacheSize=I"10000"
path="./sling/repository/datastore"
service.pid="org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore"
When configuring programmatically, a had also the state "no config",
inactive, "edit config" - a contradiction!
At http://jackrabbit.apache.org/oak/docs/osgi_config.html there is stated
to use ${sling.home}/install folder,
but that does not work.
Please update your documentation, and/or find a proper way to configure the
FileDatastore
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)