Ok, thanks for that explanation. I'll test putting one in the WEB-INF/lib and 
see if I can connect to it that way. If so, I'll see where I need to go from 
there.


-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Thursday, October 20, 2011 4:14 PM
To: Tomcat Users List
Subject: RE: ODBC jar files

> From: Propes, Barry L [mailto:barry.l.pro...@citi.com]
> Subject: RE: ODBC jar files

> I had web app A with a context file in its META-INF directory and web
> app B with a (different) context file in its META-INF directory.

That's not related to the classloader being used here.  There's a separate one 
for Tomcat's lib directory, and that's the only one that sees the jars in that 
location.  You can put a JDBC jar in WEB-INF/lib, but then the webapp has to do 
its own DB connection pooling.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to