Confluence 3.5 has reached end of life
Check out the [latest version] of the documentation
Custom Installation - Connecting to an External Database
This page is part of the Confluence Setup Guide.
Before you Start You can choose to configure your database via a standard JDBC connection or via a server-managed datasource connection. Choose one of the two options below. Option 1: Standard Database Connection — This uses a standard JDBC database connection. Connection pooling is handled within Confluence.
Screenshot above: Standard (JDBC) connection Supply the following information: You will also need to know: Option 2: Datasource Connection — This asks the Java application server for a database connection. You will need to have configured a datasource into your application server.
Screenshot above: Datasource connection Supply the following information: You will also need to know:
<confluence-install>/lib directory.
Note: Some servers will have JNDI names like jdbc/datasourcename; others will be of the form java:comp/env/jdbc/datasourcename. Consult your application-server documentation.
Next Step
RELATED TOPICS
Database Configuration
Confluence Setup Guide
Confluence User's Guide
Confluence Documentation Home


