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/02 18:00:54 UTC

svn commit: r821072 - /portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties

Author: woonsan
Date: Fri Oct  2 16:00:54 2009
New Revision: 821072

URL: http://svn.apache.org/viewvc?rev=821072&view=rev
Log:
JS2-1071: Cleaning reverseproxy.properties

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties

Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties?rev=821072&r1=821071&r2=821072&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties Fri Oct  2 16:00:54 2009
@@ -43,16 +43,13 @@
 # HTTP Connection parameters per route. 
 # ... If you don't specify here for a route, then the default values are applied.
 # ... Put the route item names here.
-proxy.http.route = apache, portals, somewhere
+proxy.http.route = apache, somewhere
 proxy.http.route.param.defaultMaxPerRoute = 20
 
 # ... Sets detail attirbutes for each route item. 
 
 proxy.http.route.apache.target.hostname = www.apache.org
-proxy.http.route.apache.maxConnections = 10
-
-proxy.http.route.portals.target.hostname = portals.apache.org
-proxy.http.route.portals.maxConnections = 40
+proxy.http.route.apache.maxConnections = 40
 
 # ... 'somewhere' is just an example to show the full configurable items...
 proxy.http.route.somewhere.target.hostname = somewhere.localhost.com
@@ -71,7 +68,7 @@
 
 # Proxy Pass Reverse Mapping configurations for each category
 # ... Put the path item names here. Each path item will be evaluated by the order. 
-proxy.reverse.pass = apache, portals, localhost, somewhere 
+proxy.reverse.pass = apache, localhost, somewhere 
 
 # ... Sets detail attributes for each path item.
 
@@ -81,7 +78,7 @@
 proxy.reverse.pass.apache.rewriter.parserAdaptor = html
 # ... SimpleLinkRewritingParserAaptor rewrites links only based on its remote base URLs,
 # ... while PassMappingLinkRewritingParserAaptor rewrites links based on all reverse proxy pass mappings.
-#proxy.reverse.pass.portals.rewriter.parserAdaptor.html = org.apache.portals.applications.webcontent.proxy.impl.SimpleLinkRewritingParserAaptor
+#proxy.reverse.pass.apache.rewriter.parserAdaptor.html = org.apache.portals.applications.webcontent.proxy.impl.SimpleLinkRewritingParserAaptor
 proxy.reverse.pass.apache.rewriter.parserAdaptor.html = org.apache.portals.applications.webcontent.proxy.impl.PassMappingLinkRewritingParserAaptor
 proxy.reverse.pass.apache.rewriter.parserAdaptor.html.mimeType = text/html
 



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