Configure a proxy server for the Quality Center - TeamForge tracker connector

To use a proxy server in your connector setup, you need to provide the server details in the config.xml file for the Quality Center - Project Tracker connector, or the .conf files for the Quality Center - TeamForge connector.

For the Quality Center - TeamForge tracker connector, you must define the parameters for the proxy server and port in both the [CCF_HOME]\production\QCTF\QC2TF\qc2sfee.conf and [CCF_HOME]\production\QCTF\TF2QC\sfee2qc.conf files. Here's an example:
      # Java Additional Parameters
          wrapper.java.additional.1=-Dlog4j.configuration=file:..\..\..\lib\log4j.xml
      .
      . < existing settings>
      .
          wrapper.java.additional.6=-Dhttp.proxyHost=192.168.1.10
          wrapper.java.additional.7=-Dhttp.proxyPort=8118