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. A negative port number has the same effect as setting org.apache.felix.http.enable to false.
  • org.osgi.service.http.port.secure - The port used for servlets and resources available via HTTPS. The default is 443. A negative port number has the same effect as setting org.apache.felix.https.enable to false.
  • org.apache.felix.http.nio - Flag to enable the use of NIO instead of traditional IO for HTTP. One consequence of using NIO with HTTPS HTTP is that the bundle needs at least a Java 5 runtime. The default is true.
  • org.apache.felix.https.nio - Flag to enable the use of NIO instead of traditional IO for HTTPS. One consequence of using NIO with HTTPS is that the bundle needs at least a Java 5 runtime. If this property is not set the (default) value of the org.apache.felix.http.nio property is used.
  • 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.

...