Character Encoding

We strongly recommend character encoding to be consistent among participating entities in your system : the database, application server and web application.
Before setting up your database, please ensure that you read about configuring character encoding

Custom Installation - Connecting to your database.

Select one of these options:

  • Standard Database Connection
  • Datasource Connection


1.Standard Database Connection:

This uses a standard JDBC database connection. Connection pooling is handled within Confluence. You will need to know:

The first two will depend on the JDBC driver, and will be found in the documentation for your database.

You will also need to put the appropriate database driver "jar" file in the server's classpath. For the standalone version, this means copying the jar file into the common/lib directory.





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, and know:

NEXT :

Load Content for the Site

RELATED TOPICS

Custom Installation
Confluence Setup Guide
Confluence User Guide
Confluence 2.5.4 to 2.5.8 Documentation