What happens when a JSP has a compilation error?
If your JSP fails to compile to a servlet at request time, the servlet container will have no valid response for the request and will issue an HTTP 404, not found, response. Depending on the container and any custom error configuration you may have, the compilation error details may be displayed in the server log. Actions: Follow-up, clarify or correct this answer. Submit a new question.