I’m getting the following error while trying to deploy my app in Glasfish 3.1
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP
PWC6197: An error occurred at line: 16 in the jsp file: /WEB-INF/jsp/signup/signup.jsp
PWC6199: Generated servlet error:
string:///signup_jsp.java:233: package org.springframework.web.servlet.tags.form does not exist
The spring jars are in the lib directory of my webapplication.
I’m using:
Spring 3.1.3
Glassfish 3.1.1 (started using the Maven embedded pluging)
Any ideas?
I stumbled onto the answer here
Basically you need this in glassfish-web.xml: