You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/08/18 04:54:12 UTC

[Bug 55444] New: Support JDBC Drivers outside of tomcat/lib/

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.blevins@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55444] Support JDBC Drivers outside of tomcat/lib/

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55444

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Catalina                    |jdbc-pool
            Version|trunk                       |unspecified
            Product|Tomcat 7                    |Tomcat Modules

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55444] Support JDBC Drivers outside of tomcat/lib/

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55444

Filip Hanik <fh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Filip Hanik <fh...@apache.org> ---


*** This bug has been marked as a duplicate of bug 53853 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org