Store config file in JCR and Access on publish
Hi guys,
I am trying to read a config file from a path in JCR. For example apps/company/company/config/rss-config.properties within a servlet/services.
This is working on the author instance but not on publish. Is there a path where to put these files and access them also in the publish instance?
They also should not be accessible for unauthorized people so only from the servlet.
Can you give me a solution or some hints to solve this issue?
The reason for doing this is that we want an author to change the content of the file inside the author instance, so that we don't need a deployment to change config properties.
I know that the normal use case is to do it over the osgi console but its not possible in our case.
Thanks and Br,
Tim