home *** CD-ROM | disk | FTP | other *** search
- # JDBC connection
- jdbc.driver=sun.jdbc.odbc.JdbcOdbcDriver
- jdbc.url=jdbc:odbc:StressTest
- jdbc.user=
- jdbc.password=
-
- # connection pool
- pool.minConns=10
- pool.maxConns=100
- pool.maxInUse=120
- manager.cleaningInterval=60
-
- # stress test utility
- stress.try.number=100
-
- # Log4J link
- log4j.file.url=connectionpool.log4j.properties
-
-