Author: buildbot
Date: Thu May 24 07:48:04 2012
New Revision: 818922

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/jetty-configuration.html

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

Modified: websites/production/cxf/content/docs/jetty-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/jetty-configuration.html (original)
+++ websites/production/cxf/content/docs/jetty-configuration.html Thu May 24 
07:48:04 2012
@@ -215,12 +215,12 @@ The <tt>threadingParameters</tt> has two
       &lt;httpj:threadingParameters minThreads=<span 
class="code-quote">"5"</span>
                                  maxThreads=<span 
class="code-quote">"15"</span> /&gt;
       <span class="code-tag">&lt;httpj:connector&gt;</span>
-        <span class="code-tag">&lt;beans:bean class=<span 
class="code-quote">"org.mortbay.jetty.bio.SocketConnector"</span>&gt;</span>
+        <span class="code-tag">&lt;beans:bean class=<span 
class="code-quote">"org.eclipse.jetty.server.bio.SocketConnector"</span>&gt;</span>
            <span class="code-tag">&lt;beans:property name = <span 
class="code-quote">"port"</span> value=<span class="code-quote">"9001"</span> 
/&gt;</span>
         <span class="code-tag">&lt;/beans:bean&gt;</span>
       <span class="code-tag">&lt;/httpj:connector&gt;</span>
       <span class="code-tag">&lt;httpj:handlers&gt;</span>
-        <span class="code-tag">&lt;beans:bean class=<span 
class="code-quote">"org.mortbay.jetty.handler.DefaultHandler"</span>/&gt;</span>
         
+        <span class="code-tag">&lt;beans:bean class=<span 
class="code-quote">"org.eclipse.jetty.server.handler.DefaultHandler"</span>/&gt;</span>
         
       <span class="code-tag">&lt;/httpj:handlers&gt;</span>
       <span class="code-tag">&lt;httpj:sessionSupport&gt;</span>true<span 
class="code-tag">&lt;/httpj:sessionSupport&gt;</span>
     <span class="code-tag">&lt;/httpj:engine&gt;</span>


Reply via email to