Compiling JSPs


Once you have edited your JSP file, you can validate it by compiling it into a class file. The compilation proceeds in two stages: First, the JSP page is translated into a servlet. Then the servlet is compiled into a class file.

To compile a JSP:

Contents Prev Next Index