java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException
using
<c:set var="testVar" value="testVal" />
All other JSTL tags work.
jsp 1.2
java 1.4
Be that as it may, it works when I view this jsp in a global container. In other words, the IT department wrote in the server.xml file to register my web application. In my web application space, I get the above error. But it works fine if I view the jsp file when it is outside of this web application folder, I assume this is the default application for the wep application for the server.
In the folder of my lib web application, I have the jstl.jar and standard.jar libraries that I used in Eclipse when developing locall. My Eclipse environment is configured to mimic the java and jsp versions of our legacy production server.
source
share