Starting the Provisioning Web agent - 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

About this task

Apart from Talend Runtime Containers, the Provisioning agent works on Apache Tomcat as well, but only for profiles made of resources (configuration files) and placeholders.

To install and start the Provisioning Web agent:

Procedure

  1. Copy the following file from Talend Runtime Container:
    add-ons/provisioning/provisioning-agent-web.war
    to <TomcatPath>/webapps to deploy it to Tomcat.
  2. Launch the Tomcat server.
    The Provisioning Web agent is accessible at:
    http://localhost:8080/provisioning-web-agent-/web-agent
  3. If the Provisioning server is installed on a different machine, change its URL in the webapps/provisioning-agent-web/WEB-INF/web.xml file.
    <context-param>
      <param-name>provision.server.url</param-name>
      <param-value>localhost:8040/services/provision/lookup</param-value>
    </context-param>