Pre-compiling JSPs

An additional target, precompilejsp, is available during deployment. It allows for the JSP s of a client .ear file to be pre-compiled before installing the .ear file. This speeds up the display of a particular page in the web browser the first time it is accessed.

The options for the precompilejsp target are:

Figure 1. Example of Usage
build precompilejsp -Dear.file=d:/Curam.ear

This target will overwrite the <Curam.ear> with a copy that contains the pre-compiled JSP s and can then be deployed as described in Deployment.