javax.servlet.ServletException: missing jspFile
Mac OS X 10.5.8
Java 1.6.0_24
Eclipse Helios
I've recently upgraded my Tomcat version to version 7.0.11. However, after the upgrade I see the following in the console when I try to launch the web application I am testing:
javax.servlet.ServletException: missing jspFile
at org.apache.jasper.servlet.JspServlet.init( JspServlet.java:122 )
I don't know how to resolve this. I can see that my web application does load into the browser, so it isn't a fatal exception (yet). But I was able to run my application without generating this exception in Tomcat 6. If anyone else has any experience with this exception and could advise me I'd appreciate the help. Thanks.