Versions Compared

Key

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

...

Starting from 2.1.7, a system property derby.connection.requireAuthentication is supported to control the switch of Derby authentication on a Geronimo server. You can set the property to true to enable derby authentication by passing the property and its value to GERONIMO_OPTS as followed before the server is started, and set to false to disable. By default, the value is true.

  • non-Windows systems export GERONIMO_OPTS=-Dderby.connection.requireAuthentication=true|false
  • Windows systems set GERONIMO_OPTS=-Dderby.connection.requireAuthentication=true|false

...