You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2012/08/11 08:47:56 UTC

svn commit: r828621 - in /websites/production/cxf/content: cache/main.pageCache fediz-idp.html fediz-tomcat.html

Author: buildbot
Date: Sat Aug 11 06:47:56 2012
New Revision: 828621

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/fediz-idp.html
    websites/production/cxf/content/fediz-tomcat.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/fediz-idp.html
==============================================================================
--- websites/production/cxf/content/fediz-idp.html (original)
+++ websites/production/cxf/content/fediz-idp.html Sat Aug 11 06:47:56 2012
@@ -180,18 +180,25 @@ $CATALINA_HOME/bin/shutdown.sh
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-xml">
 <span class="code-tag">&lt;Server port=<span class="code-quote">"9005"</span> shutdown=<span class="code-quote">"SHUTDOWN"</span>&gt;</span>
+...
 
-    <span class="code-tag"><span class="code-comment">&lt;!-- http configuration --&gt;</span></span>
-    &lt;Connector port=<span class="code-quote">"9080"</span> protocol=<span class="code-quote">"HTTP/1.1"</span>
-               connectionTimeout=<span class="code-quote">"20000"</span>
-               redirectPort=<span class="code-quote">"9443"</span> /&gt;
-    ...
-    <span class="code-tag"><span class="code-comment">&lt;!-- https configuration --&gt;</span></span>
-    &lt;Connector port=<span class="code-quote">"9443"</span> protocol=<span class="code-quote">"HTTP/1.1"</span> SSLEnabled=<span class="code-quote">"true"</span>
-               maxThreads=<span class="code-quote">"150"</span> scheme=<span class="code-quote">"https"</span> secure=<span class="code-quote">"true"</span>
-               keystoreFile=<span class="code-quote">"tomcat-idp.jks"</span>
-               keystorePass=<span class="code-quote">"tompass"</span> sslProtocol=<span class="code-quote">"TLS"</span> /&gt;
-    ...
+   <span class="code-tag"><span class="code-comment">&lt;!-- http configuration --&gt;</span></span>
+   &lt;Connector port=<span class="code-quote">"9080"</span> protocol=<span class="code-quote">"HTTP/1.1"</span>
+        connectionTimeout=<span class="code-quote">"20000"</span>
+        redirectPort=<span class="code-quote">"9443"</span> /&gt;
+
+   ...
+
+   <span class="code-tag"><span class="code-comment">&lt;!-- https configuration --&gt;</span></span>
+   &lt;Connector port=<span class="code-quote">"9443"</span> protocol=<span class="code-quote">"HTTP/1.1"</span> SSLEnabled=<span class="code-quote">"true"</span>
+        maxThreads=<span class="code-quote">"150"</span> scheme=<span class="code-quote">"https"</span> secure=<span class="code-quote">"true"</span>
+        keystoreFile=<span class="code-quote">"tomcat-idp.jks"</span>
+        keystorePass=<span class="code-quote">"tompass"</span> sslProtocol=<span class="code-quote">"TLS"</span> /&gt;
+   ...
+ 
+   <span class="code-tag">&lt;Connector port=<span class="code-quote">"9009"</span> protocol=<span class="code-quote">"AJP/1.3"</span> redirectPort=<span class="code-quote">"9443"</span> /&gt;</span>
+
+...
 <span class="code-tag">&lt;/Server&gt;</span>
 </pre>
 </div></div>

Modified: websites/production/cxf/content/fediz-tomcat.html
==============================================================================
--- websites/production/cxf/content/fediz-tomcat.html (original)
+++ websites/production/cxf/content/fediz-tomcat.html Sat Aug 11 06:47:56 2012
@@ -137,7 +137,7 @@ Apache CXF -- Fediz Tomcat
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><h1><a shape="rect" name="FedizTomcat-TomcatPlugin"></a>Tomcat Plugin</h1>
-<p>This page describes how to enable Federation in Tomcat. This Tomcat instance acts as the Relying Party which means it validates the incoming SignInResponse which has been created by the Identity Provider (IDP) server.</p>
+<p>This page describes how to enable Federation in Tomcat. The configuration below is specifically for Tomcat instances hosting Relying Party (RP) applications, not instances just hosting the Fediz Identity Provider (IDP) and STS or third-party services authenticating a RP application based on SAML tokens provided by the IDP STS.  A Tomcat instance holdign RP webapps will validate the incoming SignInResponse created by the IDP server.</p>
 
 <h3><a shape="rect" name="FedizTomcat-Installation"></a>Installation</h3>