> From: McKenzie, Mitch [mailto:mmckenzie@MarkelCorp.com]
> Subject: Tomcat 8.5 Resource Setting Says it's being ignored but documentation shows
it is supported
> Seeing the following warning for all of my datasources when tomcat 8.5.4 starts up :
> Ignoring unknown property: value of "30000" for "validationInterval" property
As you should.
> factory="org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory"
> I see validationInterval in the docs here: https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html
Which is the doc for org.apache.tomcat.jdbc.pool. If you're using DBCP2, you should be looking
at the following doc, which is linked to from at least two places in the Tomcat web pages:
http://commons.apache.org/proper/commons-dbcp/configuration.html
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus
for use only by the intended recipient. If you received this in error, please contact the
sender and delete the e-mail and its attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|