home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 77 / IOPROG_77.ISO / tips / Java / ConnectionPool / tester / connectionpool.properties < prev    next >
Encoding:
Text File  |  2003-12-19  |  340 b   |  19 lines

  1. # JDBC connection
  2. jdbc.driver=sun.jdbc.odbc.JdbcOdbcDriver
  3. jdbc.url=jdbc:odbc:StressTest
  4. jdbc.user=
  5. jdbc.password=
  6.  
  7. # connection pool
  8. pool.minConns=10
  9. pool.maxConns=100
  10. pool.maxInUse=120
  11. manager.cleaningInterval=60
  12.  
  13. # stress test utility
  14. stress.try.number=100
  15.  
  16. # Log4J link
  17. log4j.file.url=connectionpool.log4j.properties
  18.  
  19.