Howdy, Jars files go in lib directories, not classes directories. Yes, you can drop a copy of X.jar in WEB-INF/lib and it will be picked up by the webapp before the copy in common/lib. You can read the Classloader HOW-TO in the tomcat docs for more information.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Steve Harris [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 23, 2003 1:52 PM >To: [EMAIL PROTECTED] >Subject: JDBC/classes12.jar > >Hi all, > >I have a set of applications that work with the Oracle 8.1.6 classes12.jar >which is in .../common/lib/classes/. I have one application that needs >the classes2.jar from an Oracle 9.2 release. I guess my question is can I >drop the 9.2 classes12.jar file into a local location for the application >- like .../app/WEB-INF/classes and will the application then look there for >the .jar first ? > >Cheers all - Steve > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
