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.
<bean id="CEEConnectionFactory" class="com.collabnet.ccf.pi.cee.pt.v50.CollabNetConnectionFactory"> <description>This bean is an implementation of the com.collabnet.ccf.core.eis.connection.ConnectionFactory interface. It is responsible for creating and closing a connection for a given repository.> <property name="proxyUsed" value="true"></property> <property name="proxyHost" value="192.168.1.10"></property> <property name="proxyPort" value="80"> </property> <property name="proxyType" value="HTTP"> </property> </bean>