Author: woonsan
Date: Tue Oct  6 17:04:54 2009
New Revision: 822349

URL: http://svn.apache.org/viewvc?rev=822349&view=rev
Log:
APA-17: Updating documentation

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=822349&r1=822348&r2=822349&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent/index.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent/index.xml Tue Oct  6 
17:04:54 2009
@@ -361,8 +361,19 @@
             </tr>
             <tr>
               <td>reverseproxy.configuration</td>
-              <td>/WEB-INF/conf/reverseproxy.properties</td>
-              <td>The context relative path of the configuration properties 
file.</td>
+              <td>
+                /WEB-INF/conf/reverseproxy.properties<br/>
+                or<br/>
+                file:///etc/portals/reverseproxy.properties<br/>
+                or<br/>
+                classpath:/META-INF/conf/reverseproxy.properties
+              </td>
+              <td>
+                The context relative path of the configuration properties file.
+                <br/>
+                The configuration path can be an absolute file path prefixed 
by 'file:',
+                or it can be a classpath resource prefixed by 'classpath:'.
+              </td>
             </tr>
             <tr>
               <td>reverseproxy.configuration.refresh.delay</td>
@@ -788,6 +799,9 @@
                 <br/>
                 The rewriting rule mappings configuration and
                 rewriter rule definition.
+                <br/>
+                The configuration path can be an absolute file path prefixed 
by 'file:',
+                or it can be a classpath resource prefixed by 'classpath:'.
               </td>
             </tr>
             <tr>
@@ -801,6 +815,9 @@
                 With this example, you may use 'apache' or 'portals' for 
&lt;pathname&gt;.
                 <br/>
                 The rewriter rules definition.
+                <br/>
+                The configuration path can be an absolute file path prefixed 
by 'file:',
+                or it can be a classpath resource prefixed by 'classpath:'.
               </td>
             </tr>
             <tr>


Reply via email to