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

svn commit: r822654 - in /portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF: portlet.xml web.xml

Author: woonsan
Date: Wed Oct  7 10:51:43 2009
New Revision: 822654

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

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
    portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml

Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml?rev=822654&r1=822653&r2=822654&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml Wed Oct  7 10:51:43 2009
@@ -1356,7 +1356,7 @@
       </preference>
       <preference>
         <name>PROXYLOCALPATH</name>
-        <value>${contextPath}/rproxy/localhost/</value>
+        <value>${contextPath}/rproxy/localhost_${serverPort}/</value>
       </preference>
       <preference>
         <name>AUTORESIZE</name>
@@ -1452,7 +1452,7 @@
       </preference>
       <preference>
         <name>PROXYLOCALPATH</name>
-        <value>${contextPath}/rproxy/localhost/</value>
+        <value>${contextPath}/rproxy/localhost_${serverPort}/</value>
       </preference>
       <preference>
         <name>AUTORESIZE</name>

Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml?rev=822654&r1=822653&r2=822654&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml Wed Oct  7 10:51:43 2009
@@ -202,7 +202,7 @@
       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>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org