Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 69051 invoked by uid 500); 17 Aug 2001 11:28:39 -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 68945 invoked from network); 17 Aug 2001 11:28:38 -0000 Received: from ns.sentex.ca (HELO granite.sentex.ca) (199.212.134.1) by h31.sny.collab.net with SMTP; 17 Aug 2001 11:28:38 -0000 Received: from someone (p108b.xDSL-1mm.sentex.ca [64.7.134.237]) by granite.sentex.ca (8.11.4/8.11.4) with SMTP id f7HBSCK68690 for ; Fri, 17 Aug 2001 07:28:12 -0400 (EDT) (envelope-from rslifka@home.com) From: "Rob S." To: Subject: RE: problem in loading jar files in WEB-INF\lib directory Date: Fri, 17 Aug 2001 07:30:26 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <318A642A6A37D4119FB50050BAD141351913A6@TRIVIUM> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Sounds like you could learn a lot from reading the Application Developer's Guide that comes packaged with tomcat in the /doc directory. It's also available online at: http://jakarta.apache.org/tomcat/index.html - r > -----Original Message----- > From: Paresh Deshpande [mailto:pareshd@india.triviumsys.com] > Sent: Friday, August 17, 2001 1:14 AM > To: tomcat-user@jakarta.apache.org > Subject: problem in loading jar files in WEB-INF\lib directory > > > > Hi, > > > > I am trying to run my application on APACHE with TOMCAT servlet > engine. I > > have placed the jar files required for web > > application in myapp\WEB-INF\lib folder. Will tomcat > automatically pick up > > this jar file? Or do I need to add them manually > > in tomcat.bat? > > > > Further, do I need to add myapp\WEB-INF\classes in the classpath? Who > > takes care of the classes in this folder? > > > > > greetings > > Paresh > > >