Versions Compared

Key

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

...

The settings are the same, however, their location in individual *.ini files in the start.d sub-directory is different:

*.ini FileModulesSettings
console-capture.ini--module=console-capturejetty.console-capture.*
deploy.ini--module=deployjetty.deploy.*
ext.ini--module ext
http.ini--module httpjetty.http.*
https.ini--module https
resources.ini--module=resources
rewrite.ini--module=rewritejetty.rewrite.*
ssl.ini--module=ssljetty.ssl.*
jetty.sslContext.*

Migration

The JOC Cockpit installer will migrate existing settings from the start.ini file to individual files in the start.d directory.

...

  • JETTY_BASE/start.d/ssl.ini: this file includes settings for access to the Java keystore and truststore.
  • JETTY_BASE/start.d/https.ini: settings in this file enable the HTTPS module.
  • JETTY_BASE/start.d/http.ini: settings in this file enable/disable the HTTP module.

Users who make use of Docker container images and therefore do not run the JOC Cockpit installer should double-check that the start.d folder and related files are created by the entrypoint script during container start-up.