You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by wo...@apache.org on 2009/10/07 12:58:33 UTC

svn commit: r822661 - /portals/site/applications/src/site/xdoc/webcontent/index.xml

Author: woonsan
Date: Wed Oct  7 10:58:33 2009
New Revision: 822661

URL: http://svn.apache.org/viewvc?rev=822661&view=rev
Log:
JS2-1071: Updating by the recent changes of reverseproxy configuration

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=822661&r1=822660&r2=822661&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent/index.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent/index.xml Wed Oct  7 10:58:33 2009
@@ -335,7 +335,7 @@
   <servlet-class>org.apache.portals.applications.webcontent.proxy.impl.DefaultHttpReverseProxyServlet</servlet-class>
   <init-param>
     <param-name>reverseproxy.configuration</param-name>
-    <param-value>/WEB-INF/conf/reverseproxy.properties</param-value>
+    <param-value>/WEB-INF/conf/reverseproxy*.properties</param-value>
   </init-param>
   <init-param>
     <param-name>reverseproxy.configuration.refresh.delay</param-name>
@@ -364,15 +364,24 @@
               <td>
                 /WEB-INF/conf/reverseproxy.properties<br/>
                 or<br/>
+                /WEB-INF/conf/reverseproxy*.properties<br/>
+                or<br/>
                 file:///etc/portals/reverseproxy.properties<br/>
                 or<br/>
+                file:///etc/portals/reverseproxy*.properties<br/>
+                or<br/>
                 classpath:/META-INF/conf/reverseproxy.properties
+                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:'.
+                <br/>
+                Also, the configuration path can contain glob expression, in which case
+                all configuration files matched to the glob expression are loaded.
               </td>
             </tr>
             <tr>