Example01 Property maxActive is not used in DBCP2,

Tomcat JDBC Connection Pool and Apache DBCP are two different connection pool implementations.
In your stage environment you probably have Apache DBCP2 in classpath and Tomcat tries to use it instead of Tomcat JDBC Connection Pool.

maxActive 를 maxTotal

maxWait -> maxWaitMillis 로  수정

댓글

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다