Re: Tomcat 5 JSTL compile error

2004-09-14 Thread Patrick Bourke
Hi Kris, Thanks! I thought I had tested it under the app's WEB-INF/lib, but the jars were also in tomcat's shared/lib at the time. I also got it working via a tagPlugins.xml in the app's WEB-INF, but this way is much cleaner. Serves me right for deviating from the docs. Cheers, Patrick. Kris Sc

Re: Tomcat 5 JSTL compile error

2004-09-14 Thread Kris Schneider
If you dump stuff in $CATALINA_HOME/shared/lib, then Tomcat internal classes can't "see" it: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html Generally speaking, it's best to keep taglib JAR files in the app's WEB-INF/lib directory. Quoting Patrick Bourke <[EMAIL PROTECTED

Tomcat 5 JSTL compile error

2004-09-14 Thread Patrick Bourke
Hi all, I'm trying to get up and running with the JSTL standard tags, and am receiving a compile error that I can't sort out. I've got a simple page with which I'm tying to use the JSTL core and fmt namespaces. Here is my JSP page: <[EMAIL PROTECTED] language="java" contentType="text/html" %> <