Versions Compared

Key

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

...

The Tomcat 6.x onwards and TomEE containers can have HTTPS activated, in addition to HTTP. To have HTTPS configuredeither use HTTP or HTTPS (not both). To switch to HTTPS:

  1. Set the property GeneralPropertySet.PROTOCOL to https
  2. Set the properties TomcatPropertySet.CONNECTOR_KEY_STORE_FILE and TomcatPropertySet.CONNECTOR_KEY_STORE_PASSWORD with the relevant detailsOptionally, TomcatPropertySet.CONNECTOR_HTTPS_PORT allows you to change the HTTPS port (default is 8443)

The property ServletPropertySet.PORT is then used for HTTPS.