It looks like you need to tell tomcat where to find the tld. This should be
done in your C:\utils\Apache\htdocs\jsp\WEB-INF\web.xml file.

Here's an example from my web.xml:
  <taglib>
    <taglib-uri>/impact.tld</taglib-uri>
    <taglib-location>/WEB-INF/impact.tld</taglib-location>
  </taglib>

Troy

-----Original Message-----
From: Regis Muller [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 8:45 AM
To: [EMAIL PROTECTED]
Subject: web.xml config for taglib


When I try to put my tag files outside of tomcat/webapps/ROOT directory
(like in apache/htdocs/jsp) I got this error :

org.apache.jasper.compiler.CompileException:
C:\utils\Apache\htdocs\jsp\SimpleExample.jsp(12,0) Unable to open
taglibrary csajsp-taglib.tld :
C:\utils\Apache\htdocs\jsp\WEB-INF\web.xml (The system cannot find the
path specified)

is there something to be put in this yet inexistant web.xml file ?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to