Pages

Tuesday, October 18, 2011

java.lang.ClassFormatError: Truncated class file=javax.servlet.ServletException

Problem

Having above exception after deploying WAR file.

Solution

Delete [Tomcat]\work\Catalina\localhost.

Cause

Tomcat’s got crazy with JSP compilation.

1 comments:

humbled said...

which version of tomcat. which version of java. which OS.

thank u.