proxy-config.xml - General configuration parameters

 

+

Search Tips   |   Advanced Search

 

You can add general proxy configuration parameters to the file proxy-config.xml by using meta-data elements. The following HTTP related parameters are defined:

socket-timeout

Default socket timeout in milliseconds. The socket timeout defines the timeout the proxy server waits for data after successfully establishing a connection with the target server. The default value is 20 seconds. A timeout value of zero is interpreted as an infinite timeout.

retries

Number of retries that should be performed if the proxy could not establish a connection with the target server. The default value is 2 retries.

max-total-connections

Maximum number of HTTP connections that the proxy can open to connect to arbitrary target hosts. The default value is 100 connections.

max-connections-per-host

Number of HTTP connections the proxy can open to connect to a specific host. The default value is 5 connections per host.

 

Parent topic

The proxy-config.xml file