My tomcat works perfectly normal before today. I did nothing to it, but now even the simplest JSP code gives errors:
whatswrong.jsp ======================================================= <%@(protected)" import=" java.util.*,java.io.*,java.sql.*"%> <% try{ String myname = "Jason"; }catch(Exception e){ e.printStackTrace(); } %> <html> <body> This is a html, my name is <%=myname%></body> </html> =======================================================
Here are the errors: ======================================================= HTTP Status 500 -type Exception reportmessage
description The server encountered an internal error () that prevented it from fulfilling this request. exception
--------------------------------------------------------------------- To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)