tia Core tia® Content Server core has two main places for configuration:
for repository-wide settings
Application wide settings
...
...
Environmental variables: This method is useful for containerized deployments as environmental variables can be defined in the container configuration.
In
context.xml
file: This is useful for a war-file deployment in a web application server. This file can be found (or if not create it) in the<webappserver>/WEB-INF/<web context>/META-INF
directory.
Repository-wide settings
Repository-wide settings are configured for each repository separately in the repository.cfg
file, which resides in the configuration directory with path: <web server installation>/webapps/<context>/conf
.
The parameter names in the repository.cfg
file follow a hierarchical scheme. The format of parameters for services therefore follow this format:
<repository>.<service>.[etc]
For example:
...