Versions Compared

Key

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

...

jdbcDriver=org.hsqldb.jdbcDriver
jdbcUrl=jdbc:hsqldb:file:/path/to/persistent/files/uportal.db
jdbcUser=sa
jdbcPassword=

The downside to this approach is you can't use an external tool like DbVisualizer (or similar) to connect to the database while it's running under tomcat.