I'm still having that problem with a JSTL app failing under Tomcat 4.0.6. The error is "No such tag redirect in the tag library imported with prefix c".
The c.tld in the standard.jar calls for class org.apache.taglibs.standard.tag.el.core.RedirectTag to implement the tag. I can see that class, and its file path, in the standard.jar. I've got the standard.jar in the WEB-INF/lib of my WAR file, so I think it's in the CLASSPATH. I've deployed two other WARs that use JSTL (an echo application and an ad hoc SQL query page) under Tomcat 4.0.6, and they both deploy without a problem. ALL THREE JSTL apps deploy and run perfectly under Tomcat 4.1.27. I reinstalled Tomcat 4.0.6 and make sure that I didn't add a single JAR to the common/lib directory, except for JDK tools.jar. (Tomcat couldn't find it, for some reason.) What is so special about Tomcat 4.0.6 that I can't use JSTL in this one app? - MOD __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
