Set the configuration according to the way Talend Administration Center is run:
If you run Talend Administration Center as a server
module.
Go to <TomcatPath>\bin,
and edit the setenv.bat file. If
the file does not exist, create it.
Add the following parameters, changing the
parameters to match with your configuration:
set CATALINA_OPTS=%CATALINA_OPTS% -Dhttp.proxyHost=proxy.server.com # Specify the host name or IP address of your HTTP proxy server. You can use this parameter for http and https host names.
set CATALINA_OPTS=%CATALINA_OPTS% -Dhttp.proxyPort=YourHttpProxyPort # Specify the port number of your proxy server.
set CATALINA_OPTS=%CATALINA_OPTS% -Dhttp.nonProxyHosts="localhost|host.mydomain.com|192.168.0.1" # Specify a list of hosts separated by "|" that do not require access through your proxy server.
For example:
set CATALINA_OPTS=%CATALINA_OPTS% -Dhttp.proxyHost=proxy.server.com
set CATALINA_OPTS=%CATALINA_OPTS% -Dhttp.proxyPort=3128
set CATALINA_OPTS=%CATALINA_OPTS% -Dhttp.nonProxyHosts="localhost|host.mydomain.com|192.168.0.1"
If you run Talend Administration Center as a Windows service, change the Java properties using
Windows command prompt: