Configuring Talend Data Stewardship to use a proxy server - Cloud

Talend Cloud Hybrid Installation Guide

Version
Cloud
Language
English
Operating system
Linux
Product
Talend Cloud
Module
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Installation and Upgrade
Last publication date
2024-03-25

You can configure the use of a proxy server for Talend Data Stewardship by adding extra parameters to the tomcat/conf/catalina.properties file and changing their values accordingly.

Procedure

  1. Open the tomcat/conf/catalina.properties file.
  2. Add the following parameters, with values corresponding to your configuration:
    https.proxyHost=<your_http_proxy_hostname>
    http.proxyHost=<your_https_proxy_hostname>
    https.proxyPort=<your_http_proxy_port>
    http.proxyPort=<your_https_proxy_port>