Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Starting the Provisioning Web agent

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>

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!