Author: woonsan
Date: Wed Nov 25 15:01:59 2009
New Revision: 884128
URL: http://svn.apache.org/viewvc?rev=884128&view=rev
Log:
APA-23: Adding system default proxy configuration information
Modified:
portals/site/applications/src/site/xdoc/webcontent/index.xml
Modified: portals/site/applications/src/site/xdoc/webcontent/index.xml
URL:
http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/webcontent/index.xml?rev=884128&r1=884127&r2=884128&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent/index.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent/index.xml Wed Nov 25
15:01:59 2009
@@ -473,6 +473,51 @@
</td>
</tr>
<tr>
+ <td>proxy.http.client.default.proxy</td>
+ <td></td>
+ <td>proxyserver1, proxyserver2</td>
+ <td>
+ The system default comma delimited HTTP proxy names. Each
proxy name should be used
+ in the following configuration properties to set detailed http
connection options
+ for each proxy.
+ </td>
+ </tr>
+ <tr>
+
<td>proxy.http.client.default.proxy.<proxyname>.hostname</td>
+ <td></td>
+ <td>proxyserver1</td>
+ <td>
+ <proxyname> should be replaced by the real proxy name.
+ With this example, you may use 'proxyserver1' or
'proxyserver2' for <proxyname>.
+ <br/>
+ The host name of the target of this proxy.
+ </td>
+ </tr>
+ <tr>
+ <td>proxy.http.client.default.proxy.<proxyname>.port</td>
+ <td></td>
+ <td>10080</td>
+ <td>
+ <proxyname> should be replaced by the real proxy name.
+ With this example, you may use 'proxyserver1' or
'proxyserver2' for <proxyname>.
+ <br/>
+ The port number of the target of this proxy.
+ If you don't set this property, it means ANY port is allowed
for this proxy.
+ </td>
+ </tr>
+ <tr>
+ <td>proxy.http.client.default.proxy.<proxyname>.scheme</td>
+ <td></td>
+ <td>http</td>
+ <td>
+ <proxyname> should be replaced by the real proxy name.
+ With this example, you may use 'proxyserver1' or
'proxyserver2' for <proxyname>.
+ <br/>
+ The scheme of the target of this proxy.
+ If you don't set this property, it means ANY scheme is allowed
for this proxy.
+ </td>
+ </tr>
+ <tr>
<td>proxy.http.connManager.param.maxTotalConnections</td>
<td>2</td>
<td>200</td>