ILM configuration (tC)
About
This chapter explaines the configuration of ILM.
Content
Introduction
ILM 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 ILM inside repository.cfg is explained.
Finally the configuration inside SAP is explained shortly.
How to configure where to find the repository.cfg
Tomcat
shut down the app
enter tomcat web app folder
edit there …/WEB-INF/web.xml
configure the folder and file name for your repository.cfg
the folder and file for repository.cfg as well as the key store configuration needs to be readable by tomcat started by systemd. Don’t put these configuration inside an user folder of another user like your login user! Otherwise the app inside tomcat don’t have access permissions and will not start,
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
<context-param>
<param-name>configDirectory</param-name>
<param-value>/opt/kgs/coreOfTia/configs/configSFS</param-value>
</context-param>
<context-param>
<param-name>configFile</param-name>
<param-value>repository.cfg</param-value>
</context-param>
</web-app>start the app again
Configuration of tia® Content Server core
For general configuration information, see
Repository-wide settings regarding working with the configuration file
Services (tC) and sub-articles for service-related configuration parameters.
SAP Configuration
The endpoint of tia Content Server Core ILM is:
http(s):<Host>:<port>/<context>/ilm/<repository><port> and <context> refer to the configuration of parameters server.port and server.servlet.context-path. By default no context has to be provided and the endpoint is: http(s):<Host>:<port>/ilm/<repository>.
For more information, read Reference of application-wide parameters
HTTPS configuration is explained here: Configuring tia® Classic and tia® Core for HTTPS (container deployment)
Enter the information in SM59 and configure Basic Authentication in “Logon & Security“:
Continue in ILMSTOREADM as usual.