Versions Compared

Key

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

Introduction

Release 2.5.0 ships with Jetty 11 and requires a Java 11 JRE/JDK.

...

The settings are the same, however, their location in individual *.ini files is different.

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 trusstoretruststore.
  • 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.

...