Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 78725 invoked from network); 1 Nov 2000 00:19:05 -0000 Received: from dal-02-msg.objectspace.com (63.70.106.40) by locus.apache.org with SMTP; 1 Nov 2000 00:19:05 -0000 Received: by DAL-02-MSG with Internet Mail Service (5.5.2650.21) id <467AC6AZ>; Tue, 31 Oct 2000 18:18:34 -0600 Message-ID: From: Raghu Havaldar To: "'tomcat-user@jakarta.apache.org'" Subject: CLASSPATH and JARs Date: Tue, 31 Oct 2000 18:18:33 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, Am using Tomcat 3.1. For a webapp, I have a bunch of JARs. How do I ensure that it gets picked up in the CLASSPATH ? Putting them in either the web-inf/lib or web-inf/classes does not help.