Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 24053 invoked by uid 500); 18 Oct 2001 20:21:44 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 23509 invoked from network); 18 Oct 2001 20:21:29 -0000 Message-ID: From: Randy Layman To: tomcat-user@jakarta.apache.org Subject: RE: .zip file in app/WEB-INF/lib Date: Thu, 18 Oct 2001 15:40:07 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N As mentioned thousands of times before on this list (and probably lots of times on Oracle's tech support lists and most definitely the servlet specification), the WEB-INF/lib only automatically loads .jar files. If you rename classes12.zip to classes12.jar everything will work fine. Randy > -----Original Message----- > From: Henry [mailto:hxzhang@cs.ualberta.ca] > Sent: Thursday, October 18, 2001 4:08 PM > To: tomcat-user@jakarta.apache.org > Subject: .zip file in app/WEB-INF/lib > > > when i added the classes12.zip to my classpath for oracle JDBC, fine. > however, i added that zip file to myapp/WEB-INF/lib, it says: > "could not find suitable driver" > > should i add something to web.xml as well? >