Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 95256 invoked from network); 2 Jul 2003 13:35:40 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jul 2003 13:35:40 -0000 Received: (qmail 24269 invoked by uid 97); 2 Jul 2003 13:38:04 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 24261 invoked from network); 2 Jul 2003 13:38:03 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Jul 2003 13:38:03 -0000 Received: (qmail 91860 invoked by uid 500); 2 Jul 2003 13:34:59 -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 91802 invoked from network); 2 Jul 2003 13:34:58 -0000 Received: from mailrtr2.mailzone.edeltacom.com (216.248.176.138) by daedalus.apache.org with SMTP; 2 Jul 2003 13:34:58 -0000 Received: from devserver ([66.0.27.115]) by mailrtr2.mailzone.edeltacom.com (Mirapoint Messaging Server MOS 3.3.5-GR) with SMTP id BDY20186; Wed, 2 Jul 2003 09:34:57 -0400 (EDT) Message-ID: <01e201c3409f$9601bd60$6401a8c0@devserver> From: "Nathan McMinn" To: "Tomcat Users List" Subject: repost: JSP Compile Fails Date: Wed, 2 Jul 2003 08:41:05 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01DF_01C34075.AD0345D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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_000_01DF_01C34075.AD0345D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I recently upgraded to tomcat 4.1.24 from 4.1.18. After performing this = upgrade, whenever I try to deploy a new version of a JSP page on the = server, the compile fails. I have tracked this down to this bit of the = stack trace: Caused by: java.io.IOException: CreateProcess: javac.exe -classpath D:\Tomcat418\bin\bootstrap.jar;D:\Tomcat418\webapps\wwxchange\WEB-INF\lib= \Li nearBarCode.jar;D:\Tomcat418\webapps\wwxchange\WEB-INF\lib\WWXchange.jar;= D:\ Tomcat418\shared\classes;D:\Tomcat418\common\classes;D:\Tomcat418\common\= lib \activation.jar;D:\Tomcat418\common\lib\ant.jar;D:\Tomcat418\common\lib\c= omm ons-collections.jar;D:\Tomcat418\common\lib\commons-dbcp.jar;D:\Tomcat418= \co mmon\lib\commons-httpclient-2.0-beta1.jar;D:\Tomcat418\common\lib\commons= -lo gging-api.jar;D:\Tomcat418\common\lib\commons-logging.jar;D:\Tomcat418\co= mmo n\lib\commons-pool.jar;D:\Tomcat418\common\lib\Commons.jar;D:\Tomcat418\c= omm on\lib\EJOB.jar;D:\Tomcat418\common\lib\ftpbean.jar;D:\Tomcat418\common\l= ib\ jakarta-poi-1.10.0-dev-20030222.jar;D:\Tomcat418\common\lib\jasper-compil= er. jar;D:\Tomcat418\common\lib\jasper-runtime.jar;D:\Tomcat418\common\lib\ma= il. jar;D:\Tomcat418\common\lib\mm.mysql-2.0.14-bin.jar;D:\Tomcat418\common\l= ib\ naming-common.jar;D:\Tomcat418\common\lib\naming-factory.jar;D:\Tomcat418= \co ? It seems like ant is truncating the classpath. Does this need to be = posted to the ant mailing list? If not, the only workaround I can find = is to unpack jars to the common/classes directory, thus shortening the = classpath. Does anybody know a "cleaner" way to handle this? --Nathan McMinn ------=_NextPart_000_01DF_01C34075.AD0345D0--