From users-return-138423-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Wed Jan 11 06:55:31 2006 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 78493 invoked from network); 11 Jan 2006 06:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 06:55:30 -0000 Received: (qmail 33147 invoked by uid 500); 11 Jan 2006 06:55:19 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 32141 invoked by uid 500); 11 Jan 2006 06:55:16 -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 32130 invoked by uid 99); 11 Jan 2006 06:55:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2006 22:55:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.227.126.177] (HELO moutng.kundenserver.de) (212.227.126.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2006 22:55:14 -0800 Received: from [80.138.103.69] (helo=mail.inside.de) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1EwZsi1pfN-00054k; Wed, 11 Jan 2006 07:54:52 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: AW: Question regarding tomcat class path handling Date: Wed, 11 Jan 2006 07:52:51 +0100 Message-ID: <6F52B85EF17DDE45AA3928FF7ECB748A3B6D88@mail.inside.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Question regarding tomcat class path handling Thread-Index: AcYWe6QkgWKYq0bVR7idy1VmVKJG2g== From: "Eickvonder Bjoern" To: "Tomcat Users List" X-Provags-ID: kundenserver.de abuse@kundenserver.de login:a0d149e0411f17fc40d2320a628302a9 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > 3. You might even wish to see if you could copy classes into=20 > the classes folder while Tomcat is running. That way the web=20 > apps would get reloaded. You'd need to configure Tomcat to=20 > recognize the Web apps to be reloadable, of course. Or you might use an ant build-file which first stops the application, then copies/updates the classes/jars and then starts the webapp again (see http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#Executing%20M anager%20Commands%20With%20Ant). Bjoern=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org