https://issues.apache.org/bugzilla/show_bug.cgi?id=55444
Bug ID: 55444 Summary: Support JDBC Drivers outside of tomcat/lib/ Product: Tomcat 7 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: david.blev...@gmail.com Created attachment 30742 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30742&action=edit Patch for loading from Thread context classloader We use the Tomcat jdbc pooling code in TomEE by default and would like to allow users to put drivers in alternate locations than the server lib/ directory. Motivation is some users have reported need to support different versions of the same driver class to be able to connect to different versions of the same database . The attached patch uses the same classloading logic first, if that fails it tries again using the Thread context classloader. -- 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