Author: buildbot
Date: Fri Jan 4 11:48:01 2013
New Revision: 844932
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/standalone-http-transport.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/standalone-http-transport.html
==============================================================================
--- websites/production/cxf/content/docs/standalone-http-transport.html
(original)
+++ websites/production/cxf/content/docs/standalone-http-transport.html Fri Jan
4 11:48:01 2013
@@ -135,8 +135,8 @@ Apache CXF -- Standalone HTTP Transport
<span class="code-keyword">xmlns:httpj</span>=<span
class="code-quote">"http://cxf.apache.org/transports/http-jetty/configuration"</span>
<span class="code-keyword">xmlns:jaxws</span>=<span
class="code-quote">"http://java.sun.com/xml/ns/jaxws"</span>
xsi:schemaLocation="
- http://cxf.apache.org/configuration/security
- http://cxf.apache.org/schemas/configuration/security.xsd
+ http://cxf.apache.org/configuration/security
+ http://cxf.apache.org/schemas/configuration/security.xsd
http://cxf.apache.org/transports/http/configuration
http://cxf.apache.org/schemas/configuration/http-conf.xsd
http://cxf.apache.org/transports/http-jetty/configuration
@@ -144,44 +144,43 @@ Apache CXF -- Standalone HTTP Transport
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
-
<span class="code-tag"><http:destination name=<span
class="code-quote">"{http://apache.org/hello_world}GreeterImplPort.http-destination"</span>></span>
<span class="code-tag"></http:destination></span>
<span class="code-tag"><httpj:engine-factory bus=<span
class="code-quote">"cxf"</span>></span>
- <span class="code-tag"><span class="code-comment"><!-- you just
need to specify the TLS Server configuration for the certain port
--></span></span>
- <span class="code-tag"><httpj:engine port=<span
class="code-quote">"9003"</span>></span>
- <span class="code-tag"><httpj:tlsServerParameters></span>
- <span class="code-tag"><sec:keyManagers keyPassword=<span
class="code-quote">"password"</span>></span>
- <sec:keyStore type=<span class="code-quote">"JKS"</span>
password=<span class="code-quote">"password"</span>
- file=<span
class="code-quote">"src/test/java/org/apache/cxf/systest/http/resources/Tarpin.jks"</span>/>
- <span class="code-tag"></sec:keyManagers></span>
- <span class="code-tag"><sec:trustManagers></span>
- <sec:keyStore type=<span class="code-quote">"JKS"</span>
password=<span class="code-quote">"password"</span>
- file=<span
class="code-quote">"src/test/java/org/apache/cxf/systest/http/resources/Truststore.jks"</span>/>
- <span class="code-tag"></sec:trustManagers></span>
- <span class="code-tag"><sec:cipherSuitesFilter></span>
- <!-- these filters ensure that a ciphersuite with
- export-suitable or null encryption is used,
- but exclude anonymous Diffie-Hellman key change as
- this is vulnerable to man-in-the-middle attacks -->
- <span
class="code-tag"><sec:include></span>.*_EXPORT_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:include></span>.*_EXPORT1024_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:include></span>.*_WITH_DES_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:include></span>.*_WITH_AES_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:include></span>.*_WITH_NULL_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:exclude></span>.*_DH_anon_.*<span
class="code-tag"></sec:exclude></span>
- <span class="code-tag"></sec:cipherSuitesFilter></span>
- <span class="code-tag"><sec:clientAuthentication want=<span
class="code-quote">"true"</span> required=<span
class="code-quote">"true"</span>/></span>
- <span class="code-tag"></httpj:tlsServerParameters></span>
- <span class="code-tag"></httpj:engine></span>
- <span class="code-tag"></httpj:engine-factory></span>
+ <span class="code-tag"><span class="code-comment"><!-- you just need to
specify the TLS Server configuration for the certain port --></span></span>
+ <span class="code-tag"><httpj:engine port=<span
class="code-quote">"9003"</span>></span>
+ <span class="code-tag"><httpj:tlsServerParameters></span>
+ <span class="code-tag"><sec:keyManagers keyPassword=<span
class="code-quote">"password"</span>></span>
+ <sec:keyStore type=<span class="code-quote">"JKS"</span>
password=<span class="code-quote">"password"</span>
+ file=<span
class="code-quote">"src/test/java/org/apache/cxf/systest/http/resources/Tarpin.jks"</span>/>
+ <span class="code-tag"></sec:keyManagers></span>
+ <span class="code-tag"><sec:trustManagers></span>
+ <sec:keyStore type=<span class="code-quote">"JKS"</span>
password=<span class="code-quote">"password"</span>
+ file=<span
class="code-quote">"src/test/java/org/apache/cxf/systest/http/resources/Truststore.jks"</span>/>
+ <span class="code-tag"></sec:trustManagers></span>
+ <span class="code-tag"><sec:cipherSuitesFilter></span>
+ <!-- these filters ensure that a ciphersuite with
+ export-suitable or null encryption is used,
+ but exclude anonymous Diffie-Hellman key change as
+ this is vulnerable to man-in-the-middle attacks -->
+ <span class="code-tag"><sec:include></span>.*_EXPORT_.*<span
class="code-tag"></sec:include></span>
+ <span
class="code-tag"><sec:include></span>.*_EXPORT1024_.*<span
class="code-tag"></sec:include></span>
+ <span class="code-tag"><sec:include></span>.*_WITH_DES_.*<span
class="code-tag"></sec:include></span>
+ <span class="code-tag"><sec:include></span>.*_WITH_AES_.*<span
class="code-tag"></sec:include></span>
+ <span
class="code-tag"><sec:include></span>.*_WITH_NULL_.*<span
class="code-tag"></sec:include></span>
+ <span class="code-tag"><sec:exclude></span>.*_DH_anon_.*<span
class="code-tag"></sec:exclude></span>
+ <span class="code-tag"></sec:cipherSuitesFilter></span>
+ <span class="code-tag"><sec:clientAuthentication want=<span
class="code-quote">"true"</span> required=<span
class="code-quote">"true"</span>/></span>
+ <span class="code-tag"></httpj:tlsServerParameters></span>
+ <span class="code-tag"></httpj:engine></span>
+ <span class="code-tag"></httpj:engine-factory></span>
<span class="code-tag"></bean></span>
</pre>
</div></div>
<h1><a shape="rect"
name="StandaloneHTTPTransport-Addthestaticcontentpagesintothejettyserver"></a>Add
the static content pages into the jetty server</h1>
-<p>CXF standalone http tansport is based on jetty server, the below code shows
how to get the jetty server from the destination and how to add the static
content path to the jetty server.</p>
+<p>The CXF standalone http transport is based on the jetty server. The code
below shows how to get the jetty server from the destination and how to add the
static content path to the jetty server.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
<span class="code-comment">// get the jetty server form the destination