Update notes for 2019-03-25

This commit is contained in:
2019-03-25 12:59:24 +02:00
parent 5a1cec9e90
commit b30dab348d
3 changed files with 23 additions and 8 deletions

View File

@ -730,4 +730,9 @@ $ grep 'Can not load requested doc' cocoon.log.2019-03-25 | grep -oE '2019-03-25
1 2019-03-25 01:
```
- Holy shit I just realized we've been using the wrong DBCP pool in Tomcat
- By default you get the Commons DBCP one unless you specify factory `org.apache.tomcat.jdbc.pool.DataSourceFactory`
- Now I see all my interceptor settings etc in jconsole, where I didn't see them before (also a new `tomcat.jdbc` mbean)!
- No wonder our settings didn't quite match the ones in the [Tomcat DBCP Pool docs](https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html)
<!-- vim: set sw=2 ts=2: -->