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/libfolder - Add the continuum JNDI datasource entry to
JETTY_HOME/etc/jetty-plus.xmljetty-plus.xml
- Uncomment the addLifeCycle call in
JETTY_HOME/etc/jetty-plus.xmljetty-plus.xml
- Deploy the war to
JETTY_HOME/webapps-plus(instead ofJETTY_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
Follow steps above
derby external
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
