Hello Juerg, On Thu, 2026-02-19 at 16:19 +0100, JCR wrote: > Anybody? > > Thanks, > Juerg > > > On 2/18/26 12:35, JCR wrote: > > Hello, > > > > I'm running Sling 14 as a docker container with an external volume > > configured for the launcher. However, nt:file nodes should go to > > separate NAS , i.e. I try to configure FileBlobStore to be > > directed > > to that NAS. > > > > Within the repository, I created the following file: > > jcr:root/config/org.apache.jackrabbit.oak.plugins.blob.datastore.Fi > > leDataStore.config > > > > > > ... with the following content: > > > > > path=/var/local/myblobstore minRecordLength=8192 > > maxCachedBinarySize=8192 cacheSizeInMB=16 | > > > > However, I don't see any evidence that the NAS is actually used by > > sling/jackrabbit oak after a docker stop/start. I suspect the > > config > > is misplaced. What would be the correct location for this type of > > config file or does it need to be configured somewhere else in this > > OSGi environment?
I suspect you need to place the configuration under /apps/XXX/config for it to be discovered by the JCR Installer. See [1] for details. You can also see the processed resources at http://localhost:8080/system/console/status-osgi-installer. [1]: https://sling.apache.org/documentation/bundles/jcr-installer-provider.html Hope this helps, Robert
