To configure a proxy for a Talend Data Catalog server on Linux:
Stop the Talend Data Catalog application server
Locate the Talend Data Catalog Tomcat configuration:
On Linux, the Talend Data Catalog server typically runs in a Tomcat‑style container under the installation directory (for example, /opt/talend/talend-data-catalog).
The key paths are $TDC_HOME/bin/setenv.sh or equivalent startup script, often in /bin/ or /bin/linux_x86_64.
Configure the JVM proxy properties:
Edit the $TDC_HOME/bin/setenv.sh of the Talend Data Catalog server on Linux.
Add the JVM arguments for the proxy: -Dhttps.proxyHost= <IP or HostName> -Dhttps.proxyPort=3128
Example:
JAVA_OPTS="-D\"catalina.data=${CATALINA_DATA}\" -D\"connector.port=${M_CONNECTOR_PORT}\" -D\"shutdown.port=${M_SHUTDOWN_PORT}\" -D\"server.fqdn=${M_SERVER_FQDN}\" -Dlog4j2.disableJmx=true -Djava.awt.headless=true -Dhttp.proxyHost=<IP or HostName> -Dhttp.proxyPort=3128 -Dhttps.proxyHost= <IP or HostName> -Dhttps.proxyPort=3128"
Restart
To verify if the Talend Data Catalog application server uses the proxy, run the following command: