Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

No Format
(Linux) connect 'jdbc:derby://localhost:1527//usr/myapps/geronimo-1.1.1/var/derby/MyTestDB;';

(Windows) connect 'jdbc:derby://localhost:1527/c:\workingmyDerbyDBs\derbyDBs\MyTestDB;';

If your database requires a username/password, append a string similar to "'user=myuser;password=mypass';" to the above.

  • As explained in the link below, for installing web applications using the Derby database, it is recommended for web applications using a pre-configured Derby database to use an EAR file, with the database compressed into a JAR file and kept separate from the WAR file. Next, using a Geronimo bean, the JAR file can be uncompressed and installed into the geronimo/var/derby directory (the usual location for embedded databases).

http://marc.info/?l=geronimo-user&m=118425695504466&w=2Image Removed