Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javax.servlet.ServletException: missing jspFile

nantucketMar 25 2011 — edited Mar 30 2011
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2011
Added on Mar 25 2011
1 comment
1,176 views