About
This chapter explaines the configuration of Core of tia.
Content
Introduction
Core of tia is configured for all kinds of deployments in the same manner by the repository.cfg.
There are small differences how the several kinds are finding the repository.cfg. This way is explained first.
After this the configuration of Core of tia inside repository.cfg is explained.
Finally the configuration inside SAP is explained shortly.
How to configure where to find the repository.cfg
Tomcat
TODO
SpringBoot fat JAR
TODO
please consider also to read
Native
TODO
Configuration of Core of tia
For general configuration information see Repository Konfigurationsfile and Autodigit Konfigurationsparameter
After installation ILM contains a example repository (see <webapps-Foler>/<war-filename>/WEB-INF/classes/config/repository.cfg)
You can define as many repositores as needed in the configuration, e.g. for Repositories with the name FI and HR
repositoryfactory.repositorylist = FI;HR
You need to configure secure access for each repositories or use the template configuration Konfigurations-Templates :
<repo>.authentication.required = true <repo>.authentication.user = ilm-access <repo>.authentication.password = se3ret
SAP Configuration
First the url needs to defined:
<Host>:<port>/<deployment-name>/ilm/<repository>
An example is:
https://ilm-server/autodigit-ilm/ilm/FI
Enter the information in SM59 and configure Basic Authentication in “Logon & Security“:
Continue in ILMSTOREADM as usual.