Configuring Talend Data Preparation 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 Data Preparation by adding extra parameters to the start.bat file, or start.sh file depending on your operating system, and changing their values accordingly.

Procedure

  1. Open the start.bat or start.sh file.
  2. Add the following parameters, with values corresponding to your configuration:
    -Dhttp.proxyHost=<your_http_proxy_hostname>
    -Dhttps.proxyHost=<your_https_proxy_hostname>
    -Dhttp.proxyPort=<your_http_proxy_port>
    -Dhttps.proxyPort=<your_https_proxy_port>