I downloaded the DBTag library and installed it on a Linux server I run at home. It was simplicity itself:
Download the gzipped file from http://jakarta.apache.org/builds/jakarta-taglibs/releases/dbtags/ and unzip it in the Tomcat structure. I also added a jdbc jar file to the /lib folder. After restarting Catalina, a test.jsp page had no problems retrieving data from the database. After installing the same taglib on the Linux server at work (same h/w, same OS and same Tomcat), I tried the same test page and got an error: 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 I retraced my steps, redownloaded and re-installed the taglib. I even jar'd up the directory from my home server and unjar'd it to my work server, but nothing I have done has made any progress on this issue. I am lost on where to go next. It seems that web.xml and dbtags.tld are correct. I also think it must be something simple, but I have been looking at it for several weeks now and have not been able to resolve it -- it is all getting blurry. I would welcome any suggestions ... Glenn -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
