Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 17143 invoked from network); 6 Dec 1999 18:44:55 -0000 Received: from mail.unlisys.net (root@195.21.255.252) by apache.org with SMTP; 6 Dec 1999 18:44:55 -0000 Received: by mail.unlisys.net (Smail3.2.0.96inx) from uganda.leveld.de (195.21.45.3) with smtp id ; Mon, 6 Dec 1999 19:44:50 +0100 (MET) Received: by uganda.leveld.de (Smail3.2.0.96inx) from CHINA (195.21.45.50) with smtp id ; Mon, 6 Dec 1999 18:44:39 +0000 (GMT) Message-ID: <001f01bf401a$18832b00$322d15c3@CHINA> From: "Mario Gliewe" To: References: <19991206182758.41799.qmail@hotmail.com> Subject: Re: Jar Files Date: Mon, 6 Dec 1999 19:45:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2918.2701 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2918.2701 hi, all jars in WEB-INF/lib will be examined by the ServletClassLoader(); note that tomcat will look in the classpath first... maG ----- Original Message ----- From: Brett McLaughlin To: Sent: Monday, December 06, 1999 7:27 PM Subject: Jar Files > > Obvious how to create a web application, with WEB-INF/classes and such. How > do I add jars to that context so that Tomcat will reference them as well as > the expanded classes? > > > Thanks, > Brett > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > >