System Administration > Administering Teamcenter client communication system (TCCS) > TCCS configuration files
fwdproxy_cfg.properties file
The fwdproxy_cfg.properties file contains forward proxy-related configuration properties used by TCCS for server requests. All these values are set in the Teamcenter Environment Manager (TEM) and Deployment Center Forward Proxy Settings panel. To view the panel in TEM, in the Feature Maintenance Panel under Client Communication System, select Modify Configurations and click Next until you reach the Forward Proxy Settings panel. Note If your network uses IPv6 (128-bit) addresses, use the hostname in URIs so the domain name system (DNS) can determine which IP address should be used. Do not use the literal address. The file contains the following properties: tcproxy.connection.type Determines the type of connection for forward proxy servers. The default value is direct, indicating there is no forward proxy server. Other valid values for this property are: browser Uses the web browser proxy settings. If you have more than one browser installed, your designated default browser is used. network Detects the proxy settings from the network the client is on. url Retrieves the proxy autoconfiguration (PAC) file from the URL set in the tcproxy.connection.url property. manual Uses the proxy settings set in the manual configuration properties. These are the properties prefixed with tcproxy.connection.manual in this file. The manual configuration properties are ignored if the tcproxy.connection.type attribute is not set to manual. tcproxy.connection.url Sets the URL the TCCS application uses to retrieve the PAC file. This property must have a value if the tcproxy.connection.type attribute is set to url. tcproxy.connection.manual.all.host Sets the host name or IP address for the proxy server for all protocols. If you set a value for this property, the following protocol host and port properties are ignored: tcproxy.connection.manual.all.port Sets the port number for the proxy server for all protocols. tcproxy.connection.manual.http.host Sets the host name or IP address for the proxy server for the HTTP protocol. If using manual configuration properties and a value for this property is not provided, HTTP requests attempt to connect directly to the server host. tcproxy.connection.manual.http.port Sets the port number for the proxy server for the HTTP protocol. tcproxy.connection.manual.https.host Sets the host name or IP address for proxy server for the HTTPS protocol. If using manual configuration properties and a value for this property is not provided, HTTPS requests attempt to connect directly to the server host. tcproxy.connection.manual.https.port Sets the port number for the proxy server for the HTTPS protocol. tcproxy.connection.manual.socks.host Sets the host name or IP address for proxy server for the SOCKS protocol. If using manual configuration properties and a value for this property is not provided, the SOCKS protocol requests attempt to connect directly to the server host. tcproxy.connection.manual.socks.port Sets the port number for the proxy server for the SOCKS protocol. tcproxy.connection.manual.exceptions Contains a semicolon-delimited list of hosts where direct connections can be attempted. tcproxy.advanced.address_caching Indicates whether resolved proxy addresses are cached based on their host and port. Valid values are on and off (case-sensitive) tcproxy.advanced.retry_delay Specifies the number of minutes to wait before retrying a connection to a proxy server that failed a client connection. Valid values are any positive integer.
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/AWAdmin/fhs4814155880506/wpq1737238568862/upc1737238570004/id1387316.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)