Author: woonsan
Date: Mon Jul 19 19:45:49 2010
New Revision: 965600

URL: http://svn.apache.org/viewvc?rev=965600&view=rev
Log:
APA-42: Commenting out the default reverse proxy examples against Apache Site, 
which has caused some problems when deployed onto an apache demo server.

Added:
    
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html
   (with props)
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=965600&r1=965599&r2=965600&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
 Mon Jul 19 19:45:49 2010
@@ -69,14 +69,17 @@ proxy.http.route.somewhere.proxy.proxyse
 
 # 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, all_apache, secure_apache, all_secure_apache, 
localhost, somewhere
+# ... By default, all the external sites are not included.
+# ... You can enable all the examples against apache sites by uncommenting the 
followed line.
+proxy.reverse.pass = localhost, somewhere
+#proxy.reverse.pass = apache, all_apache, secure_apache, all_secure_apache, 
localhost, somewhere
+
 # ... Set cache count of proxy path mappers which are dynamically created by 
glob style mappings.
 proxy.reverse.pass.dynamicProxyPathMapperCacheCount = 1000
 # ... Set max matching path part count
 proxy.reverse.pass.maxMatchingPathPartCount = 2
 
 # ... Sets detail attributes for apache path mapping
-proxy.reverse.pass = apache
 proxy.reverse.pass.apache.local = /apache/
 proxy.reverse.pass.apache.remote = http://apache.org/
 proxy.reverse.pass.apache.rewriter.basic = 
org.apache.portals.applications.webcontent.rewriter.WebContentRewriter
@@ -86,7 +89,6 @@ proxy.reverse.pass.apache.rewriter.parse
 
proxy.reverse.pass.apache.rewriter.parserAdaptor.html.property.lookUpAllMappings
 = true
 
 # ... Sets detail attributes for glob-based apache path mapping
-proxy.reverse.pass = all_apache
 proxy.reverse.pass.all_apache.local = /*_apache/
 proxy.reverse.pass.all_apache.remote = http://$1.apache.org/
 proxy.reverse.pass.all_apache.rewriter.basic = 
org.apache.portals.applications.webcontent.rewriter.WebContentRewriter
@@ -96,7 +98,6 @@ proxy.reverse.pass.all_apache.rewriter.p
 
proxy.reverse.pass.all_apache.rewriter.parserAdaptor.html.property.lookUpAllMappings
 = true
 
 # ... Sets detail attributes for secure apache path mapping
-proxy.reverse.pass = secure_apache
 proxy.reverse.pass.secure_apache.local = /secure/apache/
 proxy.reverse.pass.secure_apache.remote = https://apache.org/
 proxy.reverse.pass.secure_apache.rewriter.basic = 
org.apache.portals.applications.webcontent.rewriter.WebContentRewriter
@@ -106,7 +107,6 @@ proxy.reverse.pass.secure_apache.rewrite
 
proxy.reverse.pass.secure_apache.rewriter.parserAdaptor.html.property.lookUpAllMappings
 = true
 
 # ... Sets detail attributes for glob-based secure apache path mapping
-proxy.reverse.pass = all_secure_apache
 proxy.reverse.pass.all_secure_apache.local = /secure/*_apache/
 proxy.reverse.pass.all_secure_apache.remote = https://$1.apache.org/
 proxy.reverse.pass.all_secure_apache.rewriter.basic = 
org.apache.portals.applications.webcontent.rewriter.WebContentRewriter
@@ -116,13 +116,11 @@ proxy.reverse.pass.all_secure_apache.rew
 
proxy.reverse.pass.all_secure_apache.rewriter.parserAdaptor.html.property.lookUpAllMappings
 = true
 
 # ... Sets detail attributes for localhost path mapping
-proxy.reverse.pass = localhost
 proxy.reverse.pass.localhost.local = /localhost_*/
 proxy.reverse.pass.localhost.remote = http://localhost:$1/
 
 # ... Sets detail attributes for apache path mapping
 # ... 'somewhere' is just an example to show the full configurable items...
-proxy.reverse.pass = somewhere
 proxy.reverse.pass.somewhere.local = /somewhere/
 proxy.reverse.pass.somewhere.remote = http://somewhere.localhost.com/
 # ... rewriter configuration for this pass mapping on html and xml types.

Added: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html?rev=965600&view=auto
==============================================================================
--- 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html
 (added)
+++ 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html
 Mon Jul 19 19:45:49 2010
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html><head><title>The
 Apache Portals Site - Apache Portals Mission</title><style type="text/css" 
media="all">
+          @import url("http://portals.apache.org/style/maven-base.css";);
+          
+                           @import 
url("http://portals.apache.org/style/maven-theme.css";);</style><link 
rel="stylesheet" href="http://portals.apache.org/style/print.css"; 
type="text/css" media="print"></link><meta http-equiv="Content-Type" 
content="text/html; charset=ISO-8859-1"></meta><meta name="author" 
content="David Sean Taylor"></meta><meta name="email" 
content="tay...@apache.org"></meta></head><body class="composite"><div 
id="banner"><a href="http://www.apache.org/"; id="organizationLogo"><img 
alt="Apache Software Foundation" 
src="http://portals.apache.org/images/apache.gif";></img></a><a 
href="http://portals.apache.org/"; id="projectLogo"><img alt="Apache Portals" 
src="http://portals.apache.org/images/apache-portals.gif";></img></a><div 
class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                       Last published: 20 April 2010
+                  </div><div class="xright">
+        
+        <a href="http://portals.apache.org/jetspeed-2/";>Jetspeed-2</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://portals.apache.org/bridges/";>Bridges</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://portals.apache.org/pluto/";>Pluto</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://portals.apache.org/applications/";>Applications</a>
+      
+        
+          
+            <span class="separator">|</span>
+          
+        
+        <a href="http://portals.apache.org/jetspeed-1/";>Jetspeed-1</a>
+      </div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div 
id="navcolumn"><div id="menuAbout_Apache_Portals"><h5>About Apache 
Portals</h5><ul><li class="none"><a 
href="http://portals.apache.org/index.html";>Overview</a></li><li 
class="none"><strong><a href="http://portals.apache.org/mission.html";>Our 
Mission</a></strong></li><li class="none"><a 
href="http://portals.apache.org/news.html";>News and Status</a></li><li 
class="none"><a href="http://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="External Link">How the ASF Works</a></li><li 
class="none"><a href="http://portals.apache.org/guidelines.html";>Project 
Guidelines</a></li><li class="none"><a 
href="http://portals.apache.org/whoweare.html";>Who We Are</a></li><li 
class="none"><a href="http://portals.apache.org/supporting.html";>Supporting 
Organizations</a></li><li class="none"><a 
href="http://portals.apache.org/license.html";>License</a></li></ul></div><div 
id="menuResources"><h5>Resou
 rces</h5><ul><li class="none"><a 
href="http://portals.apache.org/download.html";>Downloads</a></li><li 
class="none"><a href="http://portals.apache.org/mail-lists.html";>Mailing 
Lists</a></li><li class="none"><a 
href="http://portals.apache.org/issue-tracking.html";>Issue Tracking</a></li><li 
class="none"><a 
href="http://portals.apache.org/wiki.html";>Wikis</a></li></ul></div><div 
id="menuPortals_Sub_projects"><h5>Portals Sub projects</h5><ul><li 
class="none"><a 
href="http://portals.apache.org/jetspeed-2/";>Jetspeed-2</a></li><li 
class="none"><a href="http://portals.apache.org/pluto/";>Pluto</a></li><li 
class="none"><a 
href="http://portals.apache.org/applications/";>Applications</a></li><li 
class="none"><a href="http://portals.apache.org/bridges/";>Bridges</a></li><li 
class="none"><a 
href="http://portals.apache.org/jetspeed-1/";>Jetspeed-1</a></li></ul></div><div 
id="menuDevelopment"><h5>Development</h5><ul><li class="none"><a 
href="http://www.apache.org/dev/"; class="externalLink" titl
 e="External Link">Developer Resources</a></li><li class="none"><a 
href="http://portals.apache.org/development/code-standards.html";>Coding 
Standards</a></li><li class="none"><a 
href="http://portals.apache.org/development/documentation.html";>Documentation 
Standards</a></li><li class="none"><a 
href="http://portals.apache.org/development/developer-links.html";>Developer 
Resources</a></li><li class="none"><a 
href="http://portals.apache.org/development/further-reading.html";>Further 
Reading</a></li></ul></div></div></div><div id="bodyColumn"><div 
class="contentBox"><div class="section"><a 
name="Mission"></a><h2>Mission</h2><p>
+    <b>Apache Portals</b> exists to promote the use of open source portal 
technology.
+    We view portals as an important technology in in the growing portal and 
web application environments.  
+    We intend to build freely available portal software in order to promote 
the use of this technology.
+    </p><p>
+    To provide reference implementations Java and W3C Standards such as the
+    <ul>
+    <li>Java Portlet Standard (Pluto)</li>
+    <li>WSRP Portlet Standard (WSRP-4J)</li>
+    </ul>
+    To provide portal implementations including:
+    <ul>
+    <li>Cocoon Portal</li>
+    <li>Jetspeed-1</li>
+    <li>Jetspeed-2</li>
+    <li>PHP Portals (TBD)</li>
+    </ul>
+    To provide fully working and standardized portlet applications:
+    <ul>
+    <li>Jetspeed Content Replication Engine</li>
+    <li>Jetspeed Portal Administration Application</li>
+    <li>(TBD)</li>
+    </ul>
+    To provide common frameworks and tools for developing portal software
+    <ul>
+    <li>CPS (Cornerstone Portlet Services)</li>
+    <li>Struts Portlet Application Framework</li>
+    <li>Python Portlet Application Framework</li> 
+    <li>Turbine Portlet Application Framework</li> 
+    </ul>
+    To provide portal interoperability frameworks and tools for programming 
languages including
+    <ul>
+    <li>Java</li>
+    <li>Perl</li>
+    <li>PHP</li>
+    <li>Python</li>
+    <li>...</li>
+    </ul>
+    </p></div></div></div><div class="clear"><hr></hr></div><div 
id="footer"><div class="xright">© 2004-2010, Apache Software 
Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Propchange: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/examples/mission.html
------------------------------------------------------------------------------
    svn:keywords = Id



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

Reply via email to