I've just set up Tomcat 3.1, created a context, and when I try and run a sample JSP page, I get: Error: 500, Internal Servlet Error: java.lang.NullPointerException
Created May 4, 2012
Matthew Dornquast You probably forgot to create a classes folder located at:
<context>/WEB-INF/classesCreate the folder, restart tomcat, all should be well.