Thanks, David. I must have cut a corner something or was trying too many things at the same time. I had some tomcat5 and tomcat6 .rpm installation left over. So I cleaned those up and then started over with a clean binary distro of Tomcat 6.0.18 .gz.
It works now (I had new faith to try again, since I found my earlier inquiry about the same from lonftime ago). Thanks for your reply, though. On Sat, Mar 14, 2009 at 12:37 AM, David Smith <d...@cornell.edu> wrote: > A couple more suggestions ... > > 1. Make sure your web.xml file uses the servlet version 2.4 or later > schema (supported in tomcat 5.0 and later) > 2. Make sure your jstl.jar and standard.jar are from version 1.1 of the > standard and jstl taglibs > > Post the real, earliest log files related to your request with minimal > editing and definitely show the entire stack including any and all root > causes to the first related exception in the logs. > > --Davidi > > David Smith wrote: >> I'm guessing there's another error regarding a problem with header.jsp. >> You didn't include the exception in your subject in the details below so >> it's anyone's guess. I can say that from at least tomcat 5.5 onwards, >> you don't need to add anything to web.xml to use the tag libs in >> standard.jar and jstl.jar. Just drop them in WEB-INF/lib, restart your >> webapp and go. Tomcat will find the tld files in the jar file's >> META-INF folder. What do you have in the earliest point in the jars >> related to this error? >> >> I've used the c:import tag many times without any problem at all, so I >> think the error is a compile error compiling header.jsp. >> >> --David --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org