Confluence 3.0 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Custom Installation - Connecting to an External Database
This page is part of the Confluence Setup Guide.
作業を開始する前に 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. 以下の情報も必要になります: 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: Standard (JDBC) Connection
Supply the following information:
<confluence-install>/lib directory.
Screenshot: Datasource Connection
Supply the following information:
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.
次のステップ
関連トピック
Database Configuration
Confluence Setup Guide
Confluence User Guide
Confluence Documentation Home


