Compiling JSPs

When you create a JSP, the load during startup deployment descriptor determines if your JSPs are compiled at server start-up or the first time the JSP is called. You can use a command line utility to compile your JSPs, which allows you to debug and test your JSPs without running the server.

jsp compiler

You can compile JSPs with the jagtool or jagant compilejsp command.

Compiler options include: