The LWS servlet and JSP examples have been cleaned up and released as LWS Examples 1.0.1. You can download or upgrade to the new version using the JustGetIt module manager.
Monthly Archives: January 2003
LWS 3.0.1 Released
Problems with the shortcuts generated on Windows XP/NT/2000 have been corrected and the scripts have been improved for all platforms. For Windows you must use the new installer to upgrade (uninstall LWS 3.0 first), but for all other platforms you can upgrade with the JustGetIt module manager.
LWS 3.0 Released
LiteWebServer 3.0 introduces a number of goodies for our popular Java web server: a modular design with the JustGetIt™ module manager for easy upgrades; full support for Servlet 2.3 out-of-the-box and JSP 1.2 as an add-on module; a BSD-style open source license and new support license options.
Why doesn’t Tomcat find my tag library or JSTL?
When I’m running the JSP examples (or some other JSP page that uses a tag library), I receive this error:
But the tag library JAR files are installed in WEB-INF/lib as the should. What’s wrong? |
Answer: In most cases, you get this error because of one of these issues:
For very old versions of Tomcat (e.g., Tomcat 4.0.4) , another reason for this can be that the CATALINA_HOME/temp directory is missing, see http://issues.apache.org/bugzilla/show_bug.cgi?id=11489 for details Create this directory if it’s missing, restart Tomcat and try again. |