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

dao.driver=net.jforum.drivers.oracle.DataAccessDriver
sql.file=database/oracle/oracle.sql
database.connection.driver = oracle.jdbc.OracleDriver
database.connection.pool.min = 10
database.connection.pool.max = 50
database.connection.pool.timeout = 120
database.connection.host = 127.0.0.1
database.connection.port = 1521
database.connection.username = jforum
database.connection.password = jforum
database.connection.string_local = jdbc:oracle:oci:${database.connection.username}/${database.connection.password}@${dbname}
database.connection.string_thin = jdbc:oracle:thin:${database.connection.username}/${database.connection.password}@//${database.connection.host}:${database.connection.port}/${dbname}
database.connection.string = ${database.connection.string_thin}
dbname=dev




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