Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 55472 invoked by uid 500); 1 Oct 2001 22:34:27 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 55433 invoked from network); 1 Oct 2001 22:34:27 -0000 Message-ID: From: Vel Periasamy To: "'tomcat-user@jakarta.apache.org'" Subject: RE: I Am So Dumb I Cannot Get Tag Libs to Work Date: Mon, 1 Oct 2001 18:32:49 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Do you have your web.xml entries right? Try isolating the problem, specify /WEB-INF/gs_tags.tld for the uri attribute in the taglib directive and see what happens. Hope this helps. -Velmurugan Periasamy http://www.aegis.net -----Original Message----- From: Hunter Hillegas [mailto:lists@lastonepicked.com] Sent: Monday, October 01, 2001 6:31 PM To: Tomcat User List Subject: I Am So Dumb I Cannot Get Tag Libs to Work I'm trying to deploy my first tags... My WAR deploys correctly... I have the .tld under WEB-INF and it is named gs_tags.tld My test JSP page has this: <%@ taglib uri="gs_tags" prefix="gs" %> When I try to access the page I get: org.apache.jasper.JasperException: File "/gs_tags" not found So obviously Tomcat can't find the .tld file. All the examples I find reference remote URI's for the .tld files. What am I doing wrong? Hunter