Apache Tomcat 8 not working. Throws HTTP Status 500 - java.lang.ClassNotFoundException: org.apache.jsp.index_jsp
问题 I am using Apache Tomcat 8 and I've JDK 1.7. Tomcat starts running after I run "startup.bat". But when I try to run " http://localhost:8080/ ", it shows an error: " HTTP Status 500 - java.lang.ClassNotFoundException: org.apache.jsp.index_jsp " Please help me to fix this. Click here to see the screenshot 回答1: IT'S WORKING! What I did: Opened command prompt using "Run as administrator" Went to the "bin" directory of Tomcat folder. cd C:\Program Files\apache-tomcat-8.0.3\bin' Entered 'startup'