...
Section |
---|
Column |
---|
This page describes Application server-based Data Source configurations. Major elements of the configuration: - Application server-based Data Source configuration - consult your application server documentation on how this is done and problem determination mechanisms. Note that the configuration may be specific to the application server version. For example, older Tomcat versions have some different configurations.
- JDBC driver specific for the database to be accessed - consult your database documentation and other sources for the best JDBC driver to use.
- Installation of JDBC driver on the application server
- Database access - consult your database documentation on how to configure your database for access
|
Column |
---|
Info |
---|
title | Just Upgraded Confluence? |
---|
| A common problem is errors after upgrading Confluence. Ensure that your upgrade procedures include updating your server.xml and copying all the JDBC drivers you use into the appropriate location. Also, check out this page for isolating these or application server version differences that cause problems. If you get errors immediately after an upgrade, this is the most likely cause. |
Info |
---|
title | Updated documentation |
---|
| This page is updated from a previous version that has been archived as Examples SQL for Confluence datasource configuration. The former page has been kept as a reference for links and comments. Some of the comments are still useful as they represent user questions and user contributed configurations and solutions. However, some of the information is also out dated. |
|
|
...
Modify <install-dir>/conf/server.xml to add one or more Data Source resource elements. User's Guide - archive server.xml is an example of adding a few Data Sources for various local and non-local databases.
...
The sql macro markup would be: {sql:dataSource=myDS| ... }
Include Page |
---|
Data Source Configuration - Application Server - Examples | Data Source Configuration - Application Server - Examples | See Examples.Further Configuration Management
...
Support for other databases depends on the capabilities provided by the JDBC driver. SQL expects certain JDBC features to be available. In some cases, parameter choices can affect which capabilities are needed. User testing and community support is about the only help that is available for less popular databases/JDBC drivers. If you have had success with other databases, please add information to this page.
...
Problem determination
See Data source configuration - problem determinationSee Troubleshooting Application Server-based Data Sources.
Include Page |
---|
| info:css - pre formatted |
---|
| info:css - pre formatted |
---|
|