Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 28414 invoked from network); 1 Jul 2003 19:44:12 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 1 Jul 2003 19:44:12 -0000 Received: (qmail 24988 invoked by uid 97); 1 Jul 2003 19:46:40 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 24979 invoked from network); 1 Jul 2003 19:46:39 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 1 Jul 2003 19:46:39 -0000 Received: (qmail 25635 invoked by uid 500); 1 Jul 2003 19:43:43 -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 25529 invoked from network); 1 Jul 2003 19:43:41 -0000 Received: from web10010.mail.yahoo.com (216.136.128.121) by daedalus.apache.org with SMTP; 1 Jul 2003 19:43:41 -0000 Message-ID: <20030701194347.75324.qmail@web10010.mail.yahoo.com> Received: from [209.208.176.227] by web10010.mail.yahoo.com via HTTP; Tue, 01 Jul 2003 12:43:47 PDT Date: Tue, 1 Jul 2003 12:43:47 -0700 (PDT) From: Nathan Ewing Subject: Wierd Tomcat Problem To: tomcat-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I'm trying to fix this wierd problem with tomcat and the jstl. Here is what I'm doing: I created a servlet that forwards to a jsp. Inside the jsp I put the line <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> (actually its in an <%@ include %> file inside the jsp). When I try to run the servlet I get the following error: org.apache.jasper.JasperException: /userForm.jsp(0,0) This absolute uri (http://java.sun.com/jstl/core) cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126) at org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:307) at org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:340) at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:378) It actually keeps going with a bunch more compiler items but I thought that was enough. Now if I remove all other servlets in my web.xml except this one, and then rerun my servlet, everything works perfectly without the bug. This means that every single time I make a change to a jsp, I have to go into my web.xml, remove all other servlets, and then run my jsp. What am I doing? or is this a bug in Tomcat. Thanks, Nathan Ewing --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org