I’m trying to run Tomcat w/ some JSP’s. My first JSP displays just fine, but when I pass that one and am redirected to the next, I’m getting HTTP status 500 – internal server error. Under root cause, it says:
java.lang.NoSuchMethodError: org.apache.jasper.runtime.HttpJspBase.getIncludes()Ljava/util/List;
at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:398)
at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:333)
What am I missing? I’m using Tomcat 4.1, I would think my jasper is fine. Any ideas?