You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/07/12 02:30:15 UTC

DO NOT REPLY [Bug 10720] New: - bug 6400 Tag Libraries not deploying in 4.0.2 final - Linux - Resolved ?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10720>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10720

bug 6400  Tag Libraries not deploying in 4.0.2 final - Linux - Resolved ?

           Summary: bug 6400  Tag Libraries not deploying in 4.0.2 final -
                    Linux - Resolved ?
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: nmiranda@cubika.com


Hello. 
I'm facing the BUG 6400 under a Linux Redhat 7.2
Jar Taglibs are not deploying. :(

JDK:
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-FCS)
Java HotSpot(TM) Client VM (build Blackdown-1.3.1-FCS, mixed mode)

TOMCAT:
4.0.4 Final

here are an extract of taglib.tld under xxx.jar\METAINF
(The xxx.JAR in under WEB-INF\lib)

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 
1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

<taglib>
	<tlib-version>1.2</tlib-version>
	<jsp-version>1.2</jsp-version>
	<short-name>test</short-name>
	<uri>/test</uri>
.
.
.
</taglib>

At JSP..:

<%@ taglib uri="/test" prefix="test" %>

And,
I have the following error:

org.apache.jasper.JasperException: File "/test" not found
	at org.apache.jasper.compiler.TagLibraryInfoImpl.
(TagLibraryInfoImpl.java:214)
	at org.apache.jasper.compiler.TagLibraryInfoImpl.
(TagLibraryInfoImpl.java:174)

I tested creating a temp directory under CATALINA_HOME. And it doesn't works 
either.

Thanks

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>