Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Delivered-To: moderator for tomcat-dev@jakarta.apache.org Received: (qmail 79115 invoked from network); 3 Apr 2000 12:22:13 -0000 Received: from unknown (HELO ies.se) (195.58.111.146) by locus.apache.org with SMTP; 3 Apr 2000 12:22:13 -0000 Received: from konsult3 [192.168.0.103] by ies.se (SMTPD32-5.05) id AB104B85028A; Mon, 03 Apr 2000 14:14:08 +0200 Message-ID: <008201bf9d67$49311910$6700a8c0@konsult3> From: =?iso-8859-1?Q?Lena_Lindstr=F6m?= To: Subject: Unable to open taglibrary Date: Mon, 3 Apr 2000 14:22:32 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_007F_01BF9D78.0CA92030" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_007F_01BF9D78.0CA92030 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm a new user of JSP and I am trying to use the taglib element, but = it won't work. :( I'm running the tomcat server in location D:\tomcat\bin. I haven't made any changes to server.xml, but I have added the taglib to = D:\tomcat\conf\web.xml, like this (after ). I have restarted = tomcat after these changes. /dlexpress/taglib = http://localhost:8080/examples/WEB-INF/tlds/taglib.tld My library is located in D:\tomcat\webapps\examples\WEB-INF\tlds and its = name is taglib.tld. I am referring to the library from my JSP page (template.jsp) like this: <%@ taglib uri=3D"/dlexpress/taglib" prefix=3D"j2ee" %> The location of the template.jsp is D:\tomcat\webapps\examples\jsp\iter1 I reach my JSP page with URL: = http://localhost:8080/examples/jsp/iter1/template.jsp and I get the error message: org.apache.jasper.JasperException: Unable to open taglibrary = /dlexpress/taglib : Parse Error in the tag library descriptor: = com.sun.xml.parser/V-038 form-login-config at = org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParse= EventListener.java, Compiled Code) at = org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingL= istener.java:116) at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java, = Compiled Code) at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code) at org.apache.jasper.compiler.Parser.parse(Parser.java:1039) at org.apache.jasper.compiler.Parser.parse(Parser.java:1035) (stack dump follows) Please help me if anyone knows what I'm doing wrong. Thanks! ------=_NextPart_000_007F_01BF9D78.0CA92030--