Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ssh
- JavaScript
- import
- Windows 10
- Mac
- grep
- xargs
- netsh
- find
- 단축키
- Source
- IntelliJ
- bash
- VirtualBox
- context
- 줄바꿈 문자
- lsof
- 네트워크
- Quartz
- maVen
- vscode
- Windows
- port
- GIT
- tomcat
- web.xml
- plugin
- Eclipse
- resource
- profile
Archives
- Today
- Total
develog
[Tomcat] Tomcat 6 DBCP default value 본문
name | default value |
driverClassName | |
url | |
username | |
password | |
initialSize | Default: 0 |
maxWait | Default: -1 (infinite) |
maxActive | Default: 8 |
maxIdle | Default: 8 |
minIdle | Default: 0 |
validationQuery | |
validationQueryTimeout | Default: -1 (infinite) |
testOnBorrow | Default: true |
testOnReturn | Default: false |
timeBetweenEvictionRunsMillis | Default: -1 (disabled) |
numTestsPerEvictionRun | Default: 3 |
minEvictableIdleTimeMillis | Default: 30*60*1000 (30 minutes) |
testWhileIdle | Default: false |
removeAbandoned | Default: false |
removeAbandonedTimeout | Default: 300 |
logAbandoned | Default: false |
defaultAutoCommit | Default: true |
defaultReadOnly | Default: false |
defaultTransactionIsolation | Default: no default set |
poolPreparedStatements | Default: false |
maxOpenPreparedStatements | Default: -1 (unlimited) |
defaultCatalog | Default: not set |
connectionInitSqls | Default: no statement |
connectionProperties | Default: no properties |
accessToUnderlyingConnectionAllowed | Default: false |
'Web & WAS > Tomcat' 카테고리의 다른 글
[Tomcat] Tomcat 7, 400 Bad Request (0) | 2017.04.13 |
---|---|
[Tomcat] manager does not exist (0) | 2016.11.25 |
[Tomcat] Tomcat JNDI Datasources HOW-TO (0) | 2015.07.09 |
[Tomcat] Virtual Host 추가 (0) | 2015.03.31 |
[Tomcat] Apache Tomcat Versions (0) | 2014.12.07 |
Comments