I am not successful in running a aJSP file which has custom tags

hi

i compiled my tag handler class and stored the Source and class files in the WEB-INF\classes directory.

i created a descriptor file and saved it in WEB-INF\jsp directory.

i placed my jsp file in the jsp-examples folder.

then i started the server and executed the jsp file.

that time i was encountered with the following error.

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: File "/Custom/csajsp-taglib.tld" not found

org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)

org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:404)

org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:154)

org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:202)

org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:458)

org.apache.jasper.compiler.Parser.parseDirective(Parser.java:523)

org.apache.jasper.compiler.Parser.parseElements(Parser.java:1577)

org.apache.jasper.compiler.Parser.parse(Parser.java:171)

org.apache.jasper.compiler.ParserController.doParse(ParserController.java:258)

org.apache.jasper.compiler.ParserController.parse(ParserController.java:139)

org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:237)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:456)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:553)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

note The full stack trace of the root cause is available in the Tomcat logs.

can you help me?

[2135 byte] By [Juliana123a] at [2007-10-2 12:01:52]
# 1

Have configured your tld within the web.xml file ?

How do you declare the custom tags within the JSP file ?

You've posted the problem three times. It's enough to post it only once.

http://forum.java.sun.com/thread.jspa?threadID=707311&tstart=0

http://forum.java.sun.com/thread.jspa?threadID=707310&tstart=0

andiha at 2007-7-13 8:18:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...