Skip to main content Skip to complementary content

Configuring the Infrastructure Services on the service side

Configuring the DataSource in a Talend Runtime Container

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

Configuring the Service Activity Monitoring and the Event Monitoring servers

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 start the Service Activity Monitoring server:
    feature:install tesb-sam-service-soap tesb-sam-service-rest
  3. Start the Event Monitoring server with the tesb:start-em-XXX commands. For more information, see Event Monitoring Appenders.
  4. Stop the Talend Runtime Container using the logout command.
  5. Set the values of the following properties in the Service Activity Monitoring server configuration file <Talend.runtime.dir>/container/etc/org.talend.esb.sam.server.cfg:
    db.datasource=ds-oracle
                         db.dialect=oracleDialect

Configuring the Authorization Repository - XACML Registry

Procedure

  1. In the Talend Runtime Container, execute the following command to start the Authorization service:
    tesb:start-authz-repo
                         tesb:start-authz-pdp
  2. Stop the Talend Runtime Container using the logout command.
  3. Configure the PDP port in the configuration file <Talend.runtime.dir>container/etc/org.talend.esb.authorization.pdp.cfg:
    registryAtomUrl=http://localhost:8040/services/XacmlRegistryAtom

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!