I solved my own problem. I just needed to add the JAR file to my CLASSPATH.
thanks! > -----Original Message----- > From: Campano, Troy > Sent: Friday, October 19, 2001 11:40 AM > To: JSP-INTEREST (E-mail) > Subject: DBTAGS URI issue > > > > I am getting this error when trying to use DBTAGS: > > org.apache.jasper.JasperException: This absolute uri > (http://jakarta.apache.org/taglibs/dbtags) cannot be resolved in either > web.xml or the jar files deployed with this application > > > > my complete web.xml file looks like this: > > <?xml version="1.0" encoding="ISO-8859-1"?> > > <!DOCTYPE web-app > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" > "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd"> > > <web-app> > <taglib> > <taglib-uri>http://jakarta.apache.org/taglibs/dbtags</taglib-uri> > <taglib-location>/WEB-INF/dbtags.tld</taglib-location> > </taglib> > </web-app> > > > > > > My dbtags.jar file is located in /WEB-INF/lib and my dbtags.tld is located > in /WEB-INF/. > > > Any ideas? > > > > thank you for your time, > > > > > Troy Campano =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
