Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 8642 invoked from network); 19 Feb 2003 20:50:46 -0000 Received: from coral.tci.com (HELO snowmass.tci.com) (198.178.8.81) by daedalus.apache.org with SMTP; 19 Feb 2003 20:50:46 -0000 Received: from mms01-relayb.tci.com (mms01-relayb.broadband.att.com [147.191.90.1]) by snowmass.tci.com (8.12.2/8.12.2) with ESMTP id h1JKoU85017804 for ; Wed, 19 Feb 2003 13:50:51 -0700 (MST) Received: from 147.191.90.10 by mms01-relaya.tci.com with ESMTP ( Tumbleweed MMS SMTP Relay (MMS v5.5.0)); Wed, 19 Feb 2003 13:50:13 -0600 Received: by entexchimc03.broadband.att.com with Internet Mail Service ( 5.5.2653.19) id ; Wed, 19 Feb 2003 13:48:45 -0700 Message-ID: <41669DC6FE3B80449A33A4DD46DB370A0137BE6A@Entcoexch15> From: "Raible, Matt" To: "'cactus-user@jakarta.apache.org'" Subject: start.tomcat task Date: Wed, 19 Feb 2003 13:50:09 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 124D318F132026-02-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have the following start.tomcat task that was working with Tomcat 4.0. Now I'm on 4.1.18, and I'm getting errors when it tries to compile JSPs: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle r.java:130) --------------------------- I'm guessing that I need to add jasper.jar or something to my classpath - but the Cactus documentation seem to indicate this. Thanks, Matt