Procedure
-
Start the container:
-
container/bin/trun.bat
for Windows, -
container/bin/trun
for Linux.
-
-
In the Talend Runtime Container, execute the following command to start the Service
Activity Monitoring and the Event Logging servers:
feature:install tesb-sam-service-soap tesb-sam-service-rest feature:install tesb-el-dlq tesb-el-server tesb-el-collector-direct tesb-el-rest-service
-
Stop the Talend Runtime Container using the
logout
command. -
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
-
Set the values of the following properties in the Event Logging
configuration file
<Talend.runtime.dir>/container/etc/org.talend.eventlogging.server.cfg
:persistence.sam.db.active.sam=false event.logging.db.datasource=ds-oracle event.logging.db.dialect=oracleDialect sam.db.datasource=ds-oracle sam.db.dialect=oralceDialect