Versions Compared

Key

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

...

  1. Start Geronimo server
  2. Update the password of dbadmin via console >security > Users and Groups portlet
  3. Edit the user password in existing datasources via console > Services > Database pools portlet especially for those the system related datasources
  4. Shutdown Geronimo server
  5. Update the userPassword attribute of DerbyNetwork GBean in var\config\config.xml with the new password
  6. Restart Geronimo server

...

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.

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

...