How to make the Web Manager go through a proxy server while setting up a domain in the Web Manager of TIBCO Data Virtualization?
book
Article ID: KB0070460
calendar_today
Updated On:
Products
Versions
TIBCO Data Virtualization
8.3 and above
Description
If the domain is configured such that it should go through a proxy server then while adding the domain in the web manager the domain should go through the proxy server but instead, this makes a direct connection to the domain via the internet and throws "Service failure: ServerError: Cannot create domain". This is because the TDV does not have a direct method to add a proxy.
Environment
All Supported OS
Resolution
There is a workaround to make the TDV web manager go through the proxy server while setting up the domain in the TDV web manager.
For Windows:
Take a backup of the file "<TDV install directory>/conf/script_env.bat" file.
Stop the TDV server.
Add the following arguments to the CIS_SERVER parameter: "-Dhttps.proxyHost=proxy host address> -Dhttps.proxyPort=<proxy port> -Dhttp.nonProxyHosts="localhost.com" GetURL". Please find a screenshot (script_env) of the same for your reference.
Start the TDV server.
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.bat" file.
For Linux:
Take a backup of the file "<TDV install directory>/conf/script_env.sh" file.
Stop the TDV server.
Add the following arguments to the CIS_SERVER parameter: "-Dhttps.proxyHost=proxy host address> -Dhttps.proxyPort=<proxy port> -Dhttp.nonProxyHosts="localhost.com" GetURL". Please find a screenshot (script_env) of the same for your reference.
Start the TDV server.
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" file.
Issue/Introduction
This article will guide through a workaround where in web manager will go through a proxy.