Crowd 1.1 : 4.5 PostgreSQL
This page last changed on Jun 19, 2007 by rosie@atlassian.com.
To connect CrowdID to PostgreSQL, 1. Configure PostgreSQL
2. Copy the PostgreSQL driver to your application server
3. Configure your application server to connect to PostgreSQL
4. Configure CrowdID to use PostgreSQL
If you do not wish to edit this file and run the build script, you can edit the jdbc.properties (which the above script modifies) directly. The jdbc.properties file is located here: crowd-openidserver-webapp\WEB-INF\classes\jdbc.properties, modify the file to the following: # - Crowd Configuration Options hibernate.connection.datasource=java\:comp/env/jdbc/CrowdIDDS hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFactory ... Next StepsYou should now have an application server configured to connect to a database, and CrowdID configured to use the correct database. Now start up CrowdID and watch the logs for any errors.
Related Topics |
![]() |
Document generated by Confluence on Jun 20, 2007 20:58 |