I think there are problems in the install instructions. I worked this out instead for the relevant WEB-INF/web.xml entries:
<taglib-uri>WEB-INF/dbtags.tld</taglib-uri> <taglib-location>/WEB-INF/dbtags.tld</taglib-location> you may need backwards shashes for Windows, above works for me. -brett On Tue, 27 Nov 2001 09:28:31 +0530 "Tag Libraries Users List" <[EMAIL PROTECTED]> wrote: > hello, > i have just about tried everything in getting my dbtag > lib to run......i have followed the steps as are given > in the documentation copied the tld in the /WEB-INF > subdirectory of my web application copied the tag > library jar file to the /WEB-INF/lib subdirectory of my > web application added a taglib element to my > web.xml file in the web-inf directory as > > <?xml version="1.0" encoding="ISO-8859-1"?> > <taglib> > > > > <taglib-urihttp://jakarta.apache.org/taglibs/dbtags</tagl > > > ib-uri > > > <taglib-locationdbtags.tld</taglib-location --- i > have tried all combinations here as /WEB-INF, this > one, /dbtags.tld,WEB-INF/dbtags.tld etc etc > > </taglib but there are two errors that are > persistently appearing > > org.apache.jasper.JasperException: No such tag > resultset in the tag library imported with prefix sql > org.apache.jasper.compiler.CompileException: > D:\jakarta-tomcat-3.2.1\jakarta-tomcat-3.2.1\webapps\sampl > etags\tagusage.jsp(15,0) > > Unable to open taglibrary > http://jakarta.apache.org/taglibs/dbtags : > > D:\jakarta-tomcat-3.2.1\jakarta-tomcat-3.2.1\webapps\sampl > etags\WEB-INF\WEB-INF\dbtags.tld > > (The system cannot find the path specified) > > could some one please help me out > > rgds > amit malhotra > > > > -- > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED] > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED] > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>