Location of the repository.cfg file
By default,
the repository.cfg file resides in containerized deployments
/application/config/repository.cfg
. It is best practice to use a volume mount in the container configuration:
docker [..] -v <Folder>/repository.cfg:/application/config/repository.cfg [..]
For war deployments, find the repository.cfg here:
<web server installation>/webapps/<context>/conf
.
The location of the repository.cfg
file can be modified by editing these application-wide settings (here with the default values):
configservice.class=file
configDirectory=config
configFile=repository.cfg