Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 10455 invoked from network); 5 Feb 2002 17:44:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 5 Feb 2002 17:44:16 -0000 Received: (qmail 15437 invoked by uid 97); 5 Feb 2002 17:43:18 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 15404 invoked by uid 97); 5 Feb 2002 17:43:18 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 15390 invoked from network); 5 Feb 2002 17:43:17 -0000 Message-ID: From: Guido Medina To: 'Tomcat Users List' Subject: RE: How to force Tomcat to compile? Date: Tue, 5 Feb 2002 13:40:56 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1AE6C.43F0F390" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1AE6C.43F0F390 Content-Type: text/plain; charset="iso-8859-1" just do it with the following two command lines: cd .../WEB-INF/classes javac *.java Guido. -----Original Message----- From: Anja Falkner [mailto:anja.falkner@fimedia.de] Sent: Tuesday, February 05, 2002 2:24 PM To: Tomcat Users List Subject: How to force Tomcat to compile? Hi, is there a method, which forces Tomcat (4.0) to compile all my class-files in WEB-INF/classes? It is a little bit troublesome to rename the classes every time I have changed it... Anja ------_=_NextPart_001_01C1AE6C.43F0F390--