Configuring the DataSource in a Talend Runtime Container - 8.0

Talend ESB Infrastructure Services Configuration Guide

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2024-03-13
The configuration files used are created only when the OSGi features are installed. For this reason, the features are installed and then the container is shut down. The configuration is done in the configuration files created.

Procedure

  1. Start the container:
    • container/bin/trun.bat for Windows,

    • container/bin/trun for Linux.

  2. In the Talend Runtime Container, execute the following command to install the DataSource into the container, for example, the Oracle DataSource. A configuration file named org.talend.esb.datasource.oracle.cfg will be created in the <Talend.runtime.dir>/container/etc folder.
    feature:install tesb-datasource-oracle
  3. Stop the Talend Runtime Container using the logout command.
  4. Set the values of the following properties in the configuration file <Talend.runtime.dir>/container/etc/org.talend.esb.datasource.oracle.cfg:
    datasource.url= jdbc:oracle:thin:@HOST:1521:SID
    datasource.user=USER
    datasource.password=talend