alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (oracle.properties)

This example jforum source code file (oracle.properties) 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.

Java - jforum tags/keywords

brt, brt, sep, sep, wed, wed

The jforum oracle.properties source code

#Wed Sep 12 20:47:59 BRT 2007
database.driver.name=oracle
database.connection.password=jforum
database.connection.dbname=xe
database.connection.string_local=jdbc\:oracle\:oci\:${database.connection.username}/${database.connection.password}@${database.connection.dbname}
database.support.autokeys=false
database.connection.host=192.168.1.103
database.connection.pool.min=5
database.support.subqueries=true
database.connection.pool.timeout=120
database.connection.port=1521
database.connection.username=jforum
database.connection.string=${database.connection.string_thin}
dbencoding=utf-8
database.connection.pool.max=50
dao.driver=net.jforum.dao.oracle.OracleDataAccessDriver
database.connection.driver=oracle.jdbc.OracleDriver
database.connection.string_thin=jdbc\:oracle\:thin\:${database.connection.username}/${database.connection.password}@${database.connection.host}\:${database.connection.port}\:${database.connection.dbname}

Other jforum examples (source code examples)

Here is a short list of links related to this jforum oracle.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.