hello,

i'm a newbie in taglibs and have a basic problem!!


i have problems with my web.xml. it seems that it doesn't matter what i'm
entering inside the taglib-location. everytime tomcat 403 telling me that he
can not find the specified file.

org.apache.jasper.JasperException: File "/WEB-INF/tlds/dcfaTagLib.tld" not
found

the file exists! i'm sure!

<!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>
    <display-name>test</display-name>
    <taglib>
        <taglib-uri>dcfaTagLib</taglib-uri>
        <taglib-location>/WEB-INF/tlds/dcfaTagLib.tld</taglib-location>
    </taglib>
</web-app>

thanks in advance, leif


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to