Hello,

Tomcat 3.2 enforces that you write the write case (lower or upper) for the directory and file names.
Make sure that the case is correct.

Hope that helps
Daljeet
At 07:42 AM 2/27/01 -0500, you wrote:


-------- Original Message --------
Subject: Unable to open taglibrary...
Date: Tue, 27 Feb 2001 12:16:33 -0000
From: "shankar kadam" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>


Hi,


I installed  tomcat3.2 and try to implement Tag lib examples.
The examples with installation and sun web side are working fine but
when I
wrote one it is not working.
I put jsp, taglib.tld, web.xml and Tag Handler class (helloworld.class)
in
appropriate directories.
The source is as:


========Jsp file =================================
<%@ taglib uri="/tlt" prefix="mt" %>


============web.xml ===========================
<?xml version="1.0" ?>
<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
        <taglib>
                <taglib-uri>/tlt</taglib-uri>
                <taglib-location>/WEB-INF/taglib.tld</taglib-location>
        </taglib>
</web-app>
===========================================================

I am getting following error

Internal Servlet Error:
org.apache.jasper.compiler.CompileException:
D:\Tomcat\webapps\taglib\HelloWorld.jsp(0,0) Unable to open taglibrary
/tlt
: D:\Tomcat\webapps\taglib\tlt (The system cannot find the file
specified)
        at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve
ntListener.java, Compiled Code)
        at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList
ener.java:116)

============================================================================
==================
I try with  <%@ taglib uri="taglib.tldt" prefix="mt" %>  and
<taglib-uri></taglib-uri> and other options in
<taglib-uri>....</taglib-uri>
but not working.


can you suggest the answer to above problem.

Reagrsd
Shankar Kadam

Reply via email to