Burgeonsoft

Configure Database Connectoion
Configure DocCare2 Parameters - Database Connection

Configure Database Connection

DocCare2 use JDBC to connect database. By default, DocCare2 is bundled with MySQL Connector/J 5.0 database driver. You can also download right version of MySQL JDBC driver at http://dev.mysql.com/downloads/connector/j/

If you’re using other database server, such as Oracle or MSSQL, you need to download proper JDBC drivers and place them in ${BURGEONSOFT_HOME}/common/lib.

Edit ${BURGEONSOFT_HOME}/conf/database.properties, please set the correct value to each property. Here is an example of configuration for MySQL database.

#Restart required on change.
DB_TYPE=MySQL
DB_DRIVER=com.mysql.jdbc.Driver
DB_URL=jdbc:mysql://localhost:3306/doccare?characterEncoding=utf-8
USERNAME=mydoccare
PASSWORD=mydoccarep

Please create a new database and user account for DocCare2 before you configure database.

Copyright 2007 © Burgeonsoft Inc. All rights reserved