Skip to end of metadata
Go to start of metadata

This page is for tracking the changes required to get various databases working with continuum.

NOTE Latest info is now at Apache Continuum Documentation

See Jetty JNDI and Jetty Data Source examples

Steps (tested in Jetty 6.1.9 and PostgreSQL 8.3)

  • Copy the jdbc driver to JETTY_HOME/lib folder
  • Add the continuum JNDI datasource entry to JETTY_HOME/etc/jetty-plus.xml
    jetty-plus.xml
  • Uncomment the addLifeCycle call in JETTY_HOME/etc/jetty-plus.xml
    jetty-plus.xml
  • Deploy the war to JETTY_HOME/webapps-plus (instead of JETTY_HOME/webapps)
  • Start Jetty with

Antoher option (haven't tested it) is to copy the jdbc jar to continuum webapp WEB-INF/lib and putting the configuration in continuum webapp WEB-INF/jetty-env.xml

Postgres

You can get JDBC drivers from the repo under postgresql:postgresql

dependency

Follow steps above

derby external

jetty-env.xml

Connecting to internal database via ant

A user contributed this approach to connecting to an internally managed derby database in issue http://jira.codehaus.org/browse/CONTINUUM-932

ant project
Labels: