|
All Versions
Crowd 1.1 Documentation
|
To connect Crowd to MS SQL Server, 1. Configure SQL Server
2. Copy the SQL Server driver to your application server
3. Configure your application server to connect to SQL Server
4. Configure Crowd to use MS SQL Server
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-webapp\WEB-INF\classes\jdbc.properties; modify the file to the following: # - Crowd Configuration Options hibernate.connection.datasource=java\:comp/env/jdbc/CrowdDS hibernate.dialect=org.hibernate.dialect.SQLServerDialect hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFactory ... Next StepsYou should now have an application server configured to connect to a database, and Crowd configured to use the correct database. Now start up Crowd and watch the logs for any errors. Related Topics |
