Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 87154 invoked from network); 1 Feb 2008 12:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 12:11:42 -0000 Received: (qmail 17202 invoked by uid 500); 1 Feb 2008 12:11:01 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 17180 invoked by uid 500); 1 Feb 2008 12:11:01 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 17169 invoked by uid 99); 1 Feb 2008 12:11:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 04:11:01 -0800 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=DNS_FROM_RFC_BOGUSMX,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of delbd+jakarta@oma.be designates 193.190.231.70 as permitted sender) Received: from [193.190.231.70] (HELO bonnie2.oma.be) (193.190.231.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 12:10:45 +0000 Received: from bonnie2.oma.be (localhost [127.0.0.1]) by bonnie2.oma.be (8.13.6/8.11.1) with ESMTP id m11CAca9022560 for ; Fri, 1 Feb 2008 12:10:38 GMT Received: from [193.190.249.120] (cal-12.oma.be [193.190.249.120]) by bonnie2.oma.be (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id m11CAc5d022497 for ; Fri, 1 Feb 2008 12:10:38 GMT Message-ID: <47A30B54.6060806@oma.be> Date: Fri, 01 Feb 2008 13:06:44 +0100 From: David Delbecq User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: how to load a new jar file while server is running References: <15224707.post@talk.nabble.com> In-Reply-To: <15224707.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org For webapp's WEB-INF/lib folder, just restart the webapp part, a new webappClassLoader will be used that include your .jar For other locations, you will need to restart tomcat. En l'instant pr�cis du 01/02/08 12:17, kr1 s'exprimait en ces termes: > Hi, > > I need to place a new jar file into lib while server is running. > How can we load this jar(entirely a new file) into tomcat's current > classpath without restarting the server. > > Could you please suggest me how to do it? > -- http://www.devlog.be (a belgian developer's logs) --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org