19 Jan 2011 17:04
JSP ClassNotFoundException on Tomcat 6.0.29/30 Eclipse Helios WTP
KwonNam Son <kwon37xi <at> gmail.com>
2011-01-19 16:04:14 GMT
2011-01-19 16:04:14 GMT
I'm developing an web application on Eclipse Helios, WTP, Tomcat 6.0.29(and just upgraded to 6.0.30). I suffer from ClassNotFoundException a lot of times on both 6.0.29/30. It's not about usual classes or jar. It's about JSP generated java class. For example, when I request /jsps/test.jsp, the stack trace looks like the following. java.lang.ClassNotFoundException: org.apache.jsp.jsps.test_blahblah.class But org.apache.jsp.jspa.test_blahblah.class surely exists in the work directory. When this happens, I just shutdown the tomcat on eclipse and start it again. That's all. Then the jsp works fine. But after a few minutes it happens again. What's the problem?? It does not happen on Jetty 7. Thanks, KwonNam.
RSS Feed