JSP Translation Time Errors

The first type of JSP error occurs when a JavaServer Page is first requested and goes through the initial translation from a JSP source file into a corresponding servlet class file. These errors are usually the result of compilation failures and are known as translation time errors. They are reported to the requesting client with an error status code 500 or Server Error and usually contain the reported compilation error. Translation time errors are handled by the JSP engine.

Get Pure Java Server Pages™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.