Skip to main content Skip to complementary content
Close announcements banner

Configuring Talend Dictionary Service to use a proxy server

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>

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 – let us know how we can improve!