https://bz.apache.org/bugzilla/show_bug.cgi?id=60614
--- Comment #2 from Ralf Hauser <hau...@acm.org> --- some further thoughts: 10) first I thought having factory ="org.apache.commons.dbcp.BasicDataSourceFactory" is the problem, as it is trying to instantiate an org.apache.tomcat.dbcp.dbcp2.BasicDataSource, but it wasn't 11) I ended up parsing the server.xml file out of the servlets where I needed the BasicDataSources myself and doing a org.apache.commons.dbcp.BasicDataSourceFactory.createDataSource(Properties properties) ugly work-around, but appears to work -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org