Products | Versions |
---|---|
TIBCO Data Virtualization | 8.x and above |
Sometimes, when the AD server or external domain that needs to be set up in TDV must go through a proxy server, there is no direct configuration to redirect TDV's web manager to use the proxy server. Below is a method by which the user can add a proxy server to the script_env.sh
or script_env.bat
file. After this configuration, the TDV web manager will first route through the proxy server before accessing the AD or external domain server.
script_env.sh
or script_env.bat
file present in the <TDV install directory>/conf/, append the following arguments to the CIS_SERVER parameter:
"-Dhttps.proxyHost=proxy host address> -Dhttps.proxyPort=<proxy port> -Dhttp.nonProxyHosts="localhost.com" GetURL"3. Start the TDV server.
script_env.sh
or script_env.bat
file.