devdaily home | apple | java | perl | unix | directory | blog

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

#Thu Feb 24 15:16:04 GMT-03:00 2005
database.connection.password=root
dbname=jforum
database.connection.host=localhost
mysql.unicode=&useUnicode\=${dbunicode}
database.connection.pool.min=5
database.connection.pool.timeout=5000
database.connection.port=3306
database.connection.username=root
database.connection.string=jdbc\:mysql\://${database.connection.host}\:${database.connection.port}/${dbname}?user\=${database.connection.username}&password\=${database.connection.password}&autoReconnect\=true${mysql.unicode}${mysql.encoding}&useNewIO\=false&zeroDateTimeBehavior\=convertToNull&useServerPrepStmts\=false
dbencoding=utf-8
database.connection.pool.max=10
dbunicode=true
mysql.encoding=&characterEncoding\=${dbencoding}
dao.driver=net.jforum.drivers.mysql.DataAccessDriver
database.connection.driver=com.mysql.jdbc.Driver




Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
 
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com