I would like to load models from the file system at startup of the services-jar-app. The [documentation]<INTERNAL_LINK> says:
Following properties point to the location on the filesystem from where the models should be loaded as XML on the start-up.
for configuration properties mgm.services.core.system-models.custom-document-models and mgm.services.core.system-models.custom-ui-models.
However I was not able to get this to work successfully. The models were not uploaded to the server after startup completed. My model xml files are contained in directories /cosmo-claims/application/models/picus and /cosmo-claims/application/models/melies. I tried with relative and absolute paths and with prepending a file:// url scheme.
What values do I have to specify for these properties to make this work?