To make the TDV web manager go through the proxy server while setting up the domain in the TDV web manager.
1. Stop the TDV server.
2. In the
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.
4. Try to add the domain from the web manager, and now the TDV web manager will go through the proxy server mentioned in the
script_env.sh
or
script_env.bat
file.