Author: buildbot
Date: Fri Jan  4 10:48:00 2013
New Revision: 844908

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 Fri Jan  4 
10:48:00 2013
@@ -130,16 +130,16 @@ Apache CXF -- Jetty Configuration
 
 <h3><a shape="rect" name="JettyConfiguration-Namespace"></a>Namespace</h3>
 
-<p>The elements used to configure the Jetty runtime are defined in the 
namespace <tt><a shape="rect" 
href="http://cxf.apache.org/transports/http-jetty/configuration";>http://cxf.apache.org/transports/http-jetty/configuration</a></tt>.
 It is commonly refered to using the prefix <tt>httpj</tt>. In order to use the 
Jetty configuration elements you will need to add the lines shown below to the 
<tt>beans</tt> element of your endpoint's configuration file. In addition, you 
will need to add the configuration elements' namespace to the 
<tt>xsi:schemaLocation</tt> attribute.</p>
+<p>The elements used to configure the Jetty runtime are defined in the 
namespace <tt><a shape="rect" 
href="http://cxf.apache.org/transports/http-jetty/configuration";>http://cxf.apache.org/transports/http-jetty/configuration</a></tt>.
 It is commonly referred to using the prefix <tt>httpj</tt>. In order to use 
the Jetty configuration elements you will need to add the lines shown below to 
the <tt>beans</tt> element of your endpoint's configuration file. In addition, 
you will need to add the configuration elements' namespace to the 
<tt>xsi:schemaLocation</tt> attribute.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-xml">
 &lt;beans ...
-       <span 
class="code-keyword">xmlns:httpj</span>="http://cxf.apache.org/transports/http-jetty/configuration
-       ...
-       xsi:schemaLocation="...
-                           
http://cxf.apache.org/transports/http-jetty/configuration
-                              
http://cxf.apache.org/schemas/configuration/http-jetty.xsd
-                          ...&gt;
+  <span 
class="code-keyword">xmlns:httpj</span>="http://cxf.apache.org/transports/http-jetty/configuration
+  ...
+  xsi:schemaLocation="...
+                      http://cxf.apache.org/transports/http-jetty/configuration
+                      
http://cxf.apache.org/schemas/configuration/http-jetty.xsd
+                      ...&gt;
 </pre>
 </div></div>
 
@@ -149,7 +149,7 @@ Apache CXF -- Jetty Configuration
 <div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">The 
value is typically cxf which is the name of the default Bus 
instance.</td></tr></table></div>
 <p>The <tt>httpj:engine-factory</tt> element has three children that contain 
the information used to configure the HTTP ports instantiated by the Jetty 
runtime factory. The children are described below.</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Element </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> httpj:engine </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies the configuration for a particular Jetty 
runtime instance. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> httpj:identifiedTLSServerParameters </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Specifies a reusable set of properties for 
securing an HTTP server. It has a single attribute, <tt>id</tt>, that specifies 
a unique identifier by which the property set can be refered. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> 
httpj:identifiedThreadingParameters </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies a reusable set of properties for controlling a 
Jetty instance's thread pool. It has a single attribute, <tt>id</tt>,
  that specifies a unique identifier by which the property set can be refered. 
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Element </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> httpj:engine </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies the configuration for a particular Jetty 
runtime instance. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> httpj:identifiedTLSServerParameters </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Specifies a reusable set of properties for 
securing an HTTP server. It has a single attribute, <tt>id</tt>, that specifies 
a unique identifier by which the property set can be referred. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
httpj:identifiedThreadingParameters </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies a reusable set of properties for controlling a 
Jetty instance's thread pool. It has a single attribute, <tt>id</tt>
 , that specifies a unique identifier by which the property set can be 
referred. </td></tr></tbody></table>
 </div>
 
 
@@ -161,7 +161,7 @@ Apache CXF -- Jetty Configuration
 
 <p>The child elements used to provide the configuration properties are 
described below.</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Element </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> httpj:tlsServerParameters </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Specifies a set of properties for configuring 
the security used for the specific Jetty instance. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> httpj:tlsServerParametersRef 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Refers to a set of 
security properties defined by a <tt>identifiedTLSServerParameters</tt> 
element. The <tt>id</tt> attribute provides the id of the refered 
<tt>identifiedTLSServerParameters</tt> element. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> httpj:threadingParameters </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Specifies the size of the thread 
pool used by the specific Jetty instance. </td></
 tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
httpj:threadingParametersRef </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Refers to a set of properties defined by a 
<tt>identifiedThreadingParameters</tt> element. The <tt>id</tt> attribute 
provides the id of the refered <tt>identifiedThreadingParameters</tt> element. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> httpj:connector 
</td><td colspan="1" rowspan="1" class="confluenceTd"> You can use spring beans 
syntax to instantiate a connector and set the connector's properties , this 
connector will be set to the Jetty server engine </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> httpj:handlers </td><td colspan="1" 
rowspan="1" class="confluenceTd"> You can use spring beans syntax to 
instantiate a Jetty handler list and set these handlers' properties , the jetty 
handlers will be set to the Jetty server engine </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> httpj:
 sessionSupport </td><td colspan="1" rowspan="1" class="confluenceTd"> If the 
value is true , the Jetty Engine will set up a session manager for the Jetty 
server engine to maintain the sessions. The default value of it is 
false.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
httpj:reuseAddress </td><td colspan="1" rowspan="1" class="confluenceTd"> The 
the value is true, the Jetty Engine connector's socket will enable the 
SO_REUSEADDR flage. The default value of it is true. (This feature is available 
in CXF 2.0.3)</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Element </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> httpj:tlsServerParameters </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Specifies a set of properties for configuring 
the security used for the specific Jetty instance. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> httpj:tlsServerParametersRef 
</td><td colspan="1" rowspan="1" class="confluenceTd"> Refers to a set of 
security properties defined by a <tt>identifiedTLSServerParameters</tt> 
element. The <tt>id</tt> attribute provides the id of the referred 
<tt>identifiedTLSServerParameters</tt> element. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> httpj:threadingParameters </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Specifies the size of the thread 
pool used by the specific Jetty instance. </td><
 /tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
httpj:threadingParametersRef </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Refers to a set of properties defined by a 
<tt>identifiedThreadingParameters</tt> element. The <tt>id</tt> attribute 
provides the id of the referred <tt>identifiedThreadingParameters</tt> element. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> httpj:connector 
</td><td colspan="1" rowspan="1" class="confluenceTd"> You can use spring beans 
syntax to instantiate a connector and set the connector's properties , this 
connector will be set to the Jetty server engine </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> httpj:handlers </td><td colspan="1" 
rowspan="1" class="confluenceTd"> You can use spring beans syntax to 
instantiate a Jetty handler list and set these handlers' properties , the jetty 
handlers will be set to the Jetty server engine </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> http
 j:sessionSupport </td><td colspan="1" rowspan="1" class="confluenceTd"> If the 
value is true , the Jetty Engine will set up a session manager for the Jetty 
server engine to maintain the sessions. The default value of it is 
false.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
httpj:reuseAddress </td><td colspan="1" rowspan="1" class="confluenceTd"> The 
the value is true, the Jetty Engine connector's socket will enable the 
SO_REUSEADDR flage. The default value of it is true. (This feature is available 
in CXF 2.0.3)</td></tr></tbody></table>
 </div>
 
 


Reply via email to