Author: woonsan
Date: Mon Oct 5 17:54:09 2009
New Revision: 821939
URL: http://svn.apache.org/viewvc?rev=821939&view=rev
Log:
JS2-1071: Adding explanation on new properties.
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=821939&r1=821938&r2=821939&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent/index.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent/index.xml Mon Oct 5
17:54:09 2009
@@ -625,9 +625,29 @@
</td>
</tr>
<tr>
+ <td>proxy.reverse.pass.dynamicProxyPathMapperCacheCount</td>
+ <td>1000</td>
+ <td>2000</td>
+ <td>
+ The cache count of proxy path mappers which are dynamically
created by glob style mappings.
+ </td>
+ </tr>
+ <tr>
+ <td>proxy.reverse.pass.maxMatchingPathPartCount</td>
+ <td>2</td>
+ <td>3</td>
+ <td>
+ The max matching path part count.
+ </td>
+ </tr>
+ <tr>
<td>proxy.reverse.pass.<pathname>.local</td>
<td></td>
- <td>/portals/</td>
+ <td>
+ /portals/<br/>
+ or<br/>
+ /*.apache/
+ </td>
<td>
<pathname> should be replaced by the real path name.
With this example, you may use 'apache' or 'portals' for
<pathname>.
@@ -635,12 +655,19 @@
The base local path info of the reverse proxy mapping.
For example, if the relative url is
'/webcontent/rproxy/portals/index.html', then
because the path info is '/portals/index.html', this path
mapping is selected.
+ <br/>
+ This property can have a glob expression with '*'. Each '*'
expression is translated
+ into regular expression variable references in the remote URL
values.
</td>
</tr>
<tr>
<td>proxy.reverse.pass.<pathname>.remote</td>
<td></td>
- <td>http://portals.apache.org/</td>
+ <td>
+ http://portals.apache.org/<br/>
+ or<br/>
+ http://$1.apache.org/
+ </td>
<td>
<pathname> should be replaced by the real path name.
With this example, you may use 'apache' or 'portals' for
<pathname>.
@@ -665,6 +692,16 @@
</td>
</tr>
<tr>
+
<td>proxy.reverse.pass.<pathname>.rewriter.basic.property.<propertyName></td>
+ <td></td>
+ <td>propertyValue</td>
+ <td>
+ <pathname> and >propertyName< should be replaced
by the real property name.
+ <br/>
+ Sets property with the value on the basic rewriter bean
instance.
+ </td>
+ </tr>
+ <tr>
<td>proxy.reverse.pass.<pathname>.rewriter.rulebased</td>
<td></td>
<td>
@@ -678,6 +715,16 @@
</td>
</tr>
<tr>
+
<td>proxy.reverse.pass.<pathname>.rewriter.rulebased.property.<propertyName></td>
+ <td></td>
+ <td>propertyValue</td>
+ <td>
+ <pathname> and >propertyName< should be replaced
by the real property name.
+ <br/>
+ Sets property with the value on the rule-based rewriter bean
instance.
+ </td>
+ </tr>
+ <tr>
<td>proxy.reverse.pass.<pathname>.rewriter.parserAdaptor</td>
<td></td>
<td>
@@ -720,6 +767,16 @@
</td>
</tr>
<tr>
+
<td>proxy.reverse.pass.<pathname>.rewriter.parserAdaptor.<parserAdaptorName>.<propertyName></td>
+ <td></td>
+ <td>propertyValue</td>
+ <td>
+ <pathname>, <parserAdaptorName> and
>propertyName< should be replaced by the real property name.
+ <br/>
+ Sets property with the value on the rule-based rewriter bean
instance.
+ </td>
+ </tr>
+ <tr>
<td>proxy.reverse.pass.<pathname>.rewriter.ruleMappings</td>
<td></td>
<td>
@@ -746,6 +803,19 @@
The rewriter rules definition.
</td>
</tr>
+ <tr>
+
<td>proxy.reverse.pass.<pathname>.request.header.<headerName></td>
+ <td></td>
+ <td>
+ proxy.reverse.pass.somewhere.request.header.Accept-Language =
en
+ </td>
+ <td>
+ <pathname> and <headerName> should be replaced by
the real path name.
+ With this example, you may use 'apache' or 'portals' for
<pathname>.
+ <br/>
+ The default request header values which are sent to the target
remote url.
+ </td>
+ </tr>
</table>
</p>
</subsection>