https://bz.apache.org/bugzilla/show_bug.cgi?id=58786
--- Comment #15 from Felix Schumacher <[email protected]> --- You could even use h2 as a jdbc driver with inbuilt db. I tried the three different sets excalibur, tomcat-jdbc and dbcp2. When using the jdbc uri jdbc:h2:~/test;TRACE_LEVEL_FILE=2 (with 5 threads, pool-size and loops) it will generate a trace file under ~/test.trace.db which shows, that tomcat-jdbc and dbcp2 will create 5 connections, but excalibur seems to create only one connection. -- You are receiving this mail because: You are the assignee for the bug.
