Hello, I have installed Jakarta Tomcat 4.1.24 and Jakarta Taglibs 1.0.3, both of which support the JSP specification. I found the README file /usr/local/jakarta-taglibs/standard-1.0.3/README to be close to useless: it seems to me that copying the files standard-doc.war and standard-examples.war to the WEB-INF/classes is almost irrelevant: what do I do once I copy them? How do I test them?
With a JavaServer page with the following directive: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> I was getting the following error: uri (http://java.sun.com/jstl/core) cannot be resolved and then also the error: org.apache.jasper.JasperException: File "/WEB-INF/c.tld" not found Hence I fixed it with: $ cp /usr/local/jakarta-taglibs/standard-1.0.3/tld/c.tld \ ~/public_html/WEB-INF This is undocumented though. Is it what I'm supposed to do? Seems strange to me that I would have to copy the file to my web applications' WEB-INF directory: if it's the same for everyone why can't it be used as a system file, without the need to copy it? Thanks, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
