Configuring Talend Dictionary Service to use a proxy server - Cloud

Talend Cloud Hybrid Installation Guide

Version
Cloud
Language
English
EnrichDitaval
Linux
Product
Talend Cloud
Module
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Installation and Upgrade

You can configure the use of a proxy server for Talend Dictionary Service 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>