How to add a proxy server while adding an external domain through web manager in TIBCO Data Virtualization?

How to add a proxy server while adding an external domain through web manager in TIBCO Data Virtualization?

book

Article ID: KB0070060

calendar_today

Updated On:

Products Versions
TIBCO Data Virtualization 8.x and above

Description

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.

Issue/Introduction

This article will summarize on how to add a proxy server while adding external domain in web manger.

Environment

All Supported Environments

Resolution

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.