This topic is relevant for NextGen Synchronizer only, embedded in Agile Manager's configuration area. For details about the ALM Synchronizer, see for .
Use the proxyConfiguration.bat command line tool to set credentials for accessing Agile Manager through a proxy server.
This tool is located in the <Bridge_installation_directory>\product\util\opb directory. Run this tool as a Windows administrator user.
Note:
The proxyConfiguration.bat tool supports the following commands:
Sets a host and port for accessing Agile Manager through a proxy server.
Usage
proxyConfiguration setAddress -host <PROXY HOST> -port <PROXY PORT>
Parameters
-host <PROXY HOST>
|
The address of the proxy server host. |
-port <PROXY PORT>
|
The port number of the proxy server. |
Configures the Integration Bridge to access Agile Manager without a proxy server.
Usage
proxyConfiguration removeProxyConfiguration
Saves credentials for connecting to a proxy server, when accessing Agile Manager through a proxy server.
Usage
proxyConfiguration setAuth -user <USER> -pass <PASSWORD>
Parameters
-user <USER NAME>
|
The name of the user connecting to the proxy server. |
-pass <PASSWORD>
|
The password of the user connecting the proxy server. |
Deletes a set of credentials previously used to connect to Agile Manager through a proxy server.
Usage
proxyConfiguration removeAuth
Provides help for the current command when configuring access to Agile Manager through a proxy server.
Usage
proxyConfiguration help