Caldarale, Charles R
Fri, 12 Mar 2010 10:34:56 -0800
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Re: Not getting an error that I though I should be getting > > Could you clarify what "a given branch of the classloader tree" means?
There's a nice picture in the docs:
Bootstrap
|
System
|
Common
/ \
Webapp1 Webapp2 ...
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html
So it's ok to have the same classes in each webapp, but not ok to have them in
a webapp and Tomcat's lib directory or visible to the system classloader (or
combination thereof).
> I've got my jdbc driver jar (along with 5 or 6 others) in
> WEB-INF/lib for each webapp.
That's fine and proper.
- 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