Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
idProductTOC

On this page

Table of Contents
maxLevel1
excludeOn this page
typeflat
separatorpipe

...

Section


Column

This page describes Application server - based Data Source configurations. Major elements of the configuration are:

  • Application server - based Data Source configuration - consult read your application server documentation on the problem determination mechanisms and how this is done. Note that the configuration may be specific to the application server version. For example, older Tomcat versions have different configurations.
  • JDBC driver, specific to the accessed database - consult read your database documentation and other sources for the compatible JDBC driver.
  • Installation of the JDBC driver on the application server.
  • Database access - consult read your database documentation on how to configure your database access.


Column


Info
titleJust Upgraded Confluence?

The most common problem after a Confluence upgrade is errors. Ensure that your upgrade procedures include server.xml updates and create a copy copy of all the JDBC drivers in use to an appropriate location. Also, check out this page for isolating these or application server version differences that cause problems. It is the most likely reason behind errors after an upgrade activity.


Info
titleUpdated documentation

This page is an updated version of a page that has been archived. The previous page has been kept as a reference for links and comments. Some of the comments are still useful as they represent user-contributed questions and configurations or solutions. However, some of the information is also outdated.



...

Tip
titleConsider using a validation query

Refer to this stack overflow question, to know about validationQuery with respect to a JNDI data source.


...

Database Examples

The SQL macro markup would be: {sql:dataSource=myDS| ... }  

...