Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For general configuration information see /wiki/spaces/WIKI/pages/2051211280 Repository Konfigurationsfile and Autodigit Konfigurationsparameter

After installation ILM Core of tia contains a example repository (see <webapps-Foler>/<war-filename>/WEB-INF/classes/config/repository.cfg)

...

You need to configure secure access for each repositories or use the template configuration /wiki/spaces/WIKI/pages/2138636315 Konfigurations-Templates :

Code Block
<repo>.authentication.required = true
<repo>.authentication.user     = ilm-access
<repo>.authentication.password = se3ret

SAP Configuration

First the url needs to defined:

Code Block
<Host>:<port>/<deployment-name>/ilm/<repository>

An example is:

Code Block
https://ilm-server/autodigit-ilm/ilm/FI

Enter the information in SM59 and configure Basic Authentication in “Logon & Security“:

...