Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • org.osgi.service.http.port - The port used for servlets and resources available via HTTP. The default is 80.
  • org.osgi.service.http.port.secure - The port used for servlets and resources available via HTTPS. The default is 443.
  • org.apache.felix.http.nio - Flag to enable the use of NIO instead of traditional IO. One consequence of using NIO with HTTPS is that the bundle needs at least a Java 5 runtime. The default is true.
  • org.apache.felix.http.svcprop.port - The name of the property to use to set the HTTP port. The default is org.osgi.service.http.port.
  • org.apache.felix.http.svcprop.port.secure - The name of the property to use to set the HTTPS port. The default is org.osgi.service.http.port.secure.
  • org.apache.felix.http.enable - Flag to enable the use of HTTP. The default is true.
  • org.apache.felix.https.enable - Flag to enable the user of HTTPS. The default is false.
  • org.apache.felix.https.keystore - The name of the file containing the keystore.
  • org.apache.felix.https.keystore.password - The password for the keystore.
  • org.apache.felix.https.keystore.key.password - The password for the key in the keystore.
  • org.apache.felix.https.truststore - The name of the file containing the truststore.
  • org.apache.felix.https.truststore.password - The password for the truststore.
  • org.apache.felix.https.clientcertificate - Flag to determine if the HTTPS protocol requires, wants or does not use client certificates. Legal values are needs, wants and none. The default is none.
  • org.apache.felix.http.debug - Flag to enable debugging for this service implementation. The default is false.

Additionally, the all-in-one bundle uses the following environment properties:

  • org.apache.felix.http.jettyEnabled - True to enable jetty as the http container. The default is false.
  • org.apache.felix.http.whiteboardEnabled - True to enable the whiteboard implementation. The default is false.