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 로 수정
댓글