database.properties
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:1k
源码类别:

电子政务应用

开发平台:

Java

  1. #database.properties
  2. #This properties file configeration the database parameter.
  3. ## If look up datasource by using jndi ,this parameter will be set to "TRUE"
  4. ## otherwise set to "FALSE".
  5. IF_USE_JNDI=TRUE
  6. ## If "IF_USE_JNDI" are set to "TRUE" ,this parameter will be need to set to point out the datasource.
  7. #############for oracle datasource##############
  8. #####DATASOURCE_NAME = weblogic.jdbc.jts.oraclePool
  9. #######for sql server datasource###########
  10. DATASOURCE_NAME = weblogic.jdbc.jts.SQLPool
  11. ##If "IF_USE_JNDI" are set to "FALSE" ,the fllowed two parameters will be need to set to point out 
  12. ## the database driver and url.
  13. #################for oracle driver#####
  14. #DRIVER=weblogic.jdbc.pool.Driver
  15. ##################for sql server url########
  16. DRIVER=weblogic.jdbc.mssqlserver4.Driver
  17. #######for oracle db url #########
  18. #DB_URL=jdbc:weblogic:pool:oraclePool
  19. ########for sql server#######
  20. DB_URL= jdbc:weblogic:pool:SQLPool