Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 8941 invoked from network); 6 Nov 2001 18:49:53 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 6 Nov 2001 18:49:53 -0000 Received: (qmail 1421 invoked from network); 6 Nov 2001 18:52:21 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 6 Nov 2001 18:52:21 -0000 Received: (qmail 24932 invoked by uid 97); 6 Nov 2001 18:49:07 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 24892 invoked by uid 97); 6 Nov 2001 18:49:05 -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 24879 invoked from network); 6 Nov 2001 18:49:05 -0000 Date: Tue, 6 Nov 2001 18:49:04 +0000 From: Jon Ribbens To: Tomcat Users List Subject: "Unable to compile class for JSP" Message-ID: <20011106184904.H20043@snowy.squish.net> Mail-Followup-To: Tomcat Users List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am trying to get a trivial "hello-world" struts web application working under Tomcat 4.0. 'hello.jsp' looks as follows: <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> When I try to access http://host/hello-world/hello.jsp I get the following backtrace: "org.apache.jasper.JasperException: Unable to compile class for JSP" ... "Root Cause: "java.util.EmptyStackException" ... Can anybody suggest what the problem might be? I have set up the web application as described in the tutorial at http://developer.bluestone.com/scripts/SaISAPI.dll/StrutsTrailMap.class/struts-trailmap/Trail2.htm and I have put xerces.jar in the WEB-INF/lib directory. -- To unsubscribe: For additional commands: Troubles with the list: