Author: buildbot
Date: Fri Nov  3 10:48:12 2017
New Revision: 1020405

Log:
Staging update by buildbot for felix

Modified:
    websites/staging/felix/trunk/content/   (props changed)
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-http-service.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov  3 10:48:12 2017
@@ -1 +1 @@
-1811064
+1814162

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-http-service.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-http-service.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-http-service.html
 Fri Nov  3 10:48:12 2017
@@ -102,6 +102,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="#using-the-ssl-filter">Using the SSL filter</a></li>
 <li><a href="#configuration-properties">Configuration Properties</a><ul>
 <li><a href="#all-in-one-bundle-configuration-properties">All-in-one-bundle 
configuration properties</a></li>
+<li><a href="#multiple-servers">Multiple Servers</a></li>
 <li><a href="#cometd-configuration-properties">CometD configuration 
properties</a></li>
 <li><a href="#ssl-filter-configuration-properties">SSL filter configuration 
properties</a></li>
 <li><a href="#http-port-settings">HTTP port settings</a></li>
@@ -554,6 +555,10 @@ properties can be used (some legacy prop
 <td><code>org.apache.felix.proxy.load.balancer.connection.enable</code></td>
 <td>Set this to <code>true</code> when running Felix HTTP behind a 
(offloading) proxy or load balancer which rewrites the requests. The default is 
<code>false</code>.</td>
 </tr>
+<tr>
+<td><code>org.apache.felix.http.runtime.init.</code></td>
+<td>Properties starting with this prefix are added as service registration 
properties to the HttpServiceRuntime service. The prefix is removed for the 
property name.</td>
+</tr>
 </tbody>
 </table>
 <h3 id="all-in-one-bundle-configuration-properties">All-in-one-bundle 
configuration properties<a class="headerlink" 
href="#all-in-one-bundle-configuration-properties" title="Permanent 
link">&para;</a></h3>
@@ -580,6 +585,9 @@ properties can be used (some legacy prop
 </tr>
 </tbody>
 </table>
+<h3 id="multiple-servers">Multiple Servers<a class="headerlink" 
href="#multiple-servers" title="Permanent link">&para;</a></h3>
+<p>It is possible to configure several Http Services, each running on a 
different port. The first service can be configured as outlined above using the 
service PID for <code>"org.apache.felix.http"</code>. Additional servers can be 
configured through OSGi factory configurations using 
<code>"org.apache.felix.http"</code> as the factory PID. The properties for the 
configuration are outlined as above.</p>
+<p>The default server using the PID <code>"org.apache.felix.http"</code> can 
be disabled by specifying a negative port and then all servers can be used 
through factory configurations.</p>
 <h3 id="cometd-configuration-properties">CometD configuration properties<a 
class="headerlink" href="#cometd-configuration-properties" title="Permanent 
link">&para;</a></h3>
 <p>The CometD bundle supports the following configuration options, using the 
PID <code>org.apache.felix.http.cometd</code> or through
 environment properties:</p>
@@ -730,6 +738,7 @@ the provided <code>HttpContext</code> in
 <li>Whiteboard sample: <a 
href="http://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboard/";>http://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboard/</a>.</li>
 </ul>
 <h2 id="maven-artifacts">Maven Artifacts<a class="headerlink" 
href="#maven-artifacts" title="Permanent link">&para;</a></h2>
+<p>This is a list of the most recent artifacts at the time of writing this 
document. There might already be never versions available:</p>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.felix<span 
class="nt">&lt;/groupId&gt;</span>
   <span 
class="nt">&lt;artifactId&gt;</span>org.apache.felix.http.servlet-api<span 
class="nt">&lt;/artifactId&gt;</span>
@@ -743,17 +752,17 @@ the provided <code>HttpContext</code> in
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.felix<span 
class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>org.apache.felix.http.jetty<span 
class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>3.2.0<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>3.4.6<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.felix<span 
class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>org.apache.felix.http.base<span 
class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>3.0.8<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>3.0.18<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.felix<span 
class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>org.apache.felix.http.bridge<span 
class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>3.0.8<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>3.0.18<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.felix<span 
class="nt">&lt;/groupId&gt;</span>
@@ -768,11 +777,11 @@ the provided <code>HttpContext</code> in
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.felix<span 
class="nt">&lt;/groupId&gt;</span>
   <span 
class="nt">&lt;artifactId&gt;</span>org.apache.felix.http.sslfilter<span 
class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>1.0.4<span 
class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.2.2<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 </pre></div>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1805157 by jawi on Wed, 16 Aug 2017 09:12:11 +0000
+        Rev. 1814162 by cziegeler on Fri, 3 Nov 2017 10:47:32 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to