I am facing typical issue with the simple servlet, JSP application. I have developed some JSP pages and servlet. It works fine. After it, I have changed JSP file names to case sensitive likeAddEmployee.jsp
to addEmployee.jsp
and Home.jsp
to home.jsp
. I have also changed request dispatcher URL with new names. But then I facing exception
java.lang.NoClassDefFoundError: org/apache/jsp/employee/addEmployee_jsp
while loading JSP.
I am using Eclipse IDE and tomcat 9.0 application server.