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 2001/09/20 07:44:46 UTC

DO NOT REPLY [Bug 3739] New: - custom tag support error

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=3739>.
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=3739

custom tag support error

           Summary: custom tag support error
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: linuxman@263.net


I visit http://localhost:8080/examples/jsp/simpletag/foo.jsp and the output is:

A Servlet Exception Has Occurred

org.apache.jasper.JasperException: File "/WEB-INF/jsp/debug-taglib.tld" not found
	at org.apache.jasper.compiler.TagLibraryInfoImpl.(Unknown Source)
	at
org.apache.jasper.compiler.JspParseEventListener.processTaglibDirective(Unknown
Source)
	at org.apache.jasper.compiler.JspParseEventListener.handleDirective(Unknown Source)
	at org.apache.jasper.compiler.DelegatingListener.handleDirective(Unknown Source)
	at org.apache.jasper.compiler.Parser$Directive.accept(Unknown Source)
	at org.apache.jasper.compiler.Parser.parse(Unknown Source)

A very little bug:-)
please fix it, thanks!