uCosminexus Application Server, Web Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

2.5 JSP pre-compilation functionality and maintaining compilation results

This section describes the JSP pre-compilation functionality and maintenance of compilation results.

Normally, the JSP files in a Web application are compiled on the Web container when the first request arrives for a JSP file. If you use the JSP pre-compilation functionality, you can compile a JSP file before deploying the Web applications. If you compile the JSP files beforehand by the JSP pre-compilation functionality, you can shorten the response time when the first request arrives for a JSP file.

You can also specify whether to maintain the Java source files and the class files that act as JSP compilation results, when the J2EE server is restarted.

The following table describes the organization of this section.

Table 2-9 Organization of this section (JSP pre-compilation functionality and maintaining compilation results)

Category Title Reference
Description Overview of the JSP pre-compilation functionality 2.5.1
Methods for performing JSP pre-compilation 2.5.2
Examples of application of JSP pre-compilation 2.5.3
Processing during execution of JSP pre-compilation 2.5.4
Lifecycle and output destination of JSP compilation results 2.5.5
JSP compilation results when JSP pre-compilation functionality is not used 2.5.6
Class names in JSP compilation results 2.5.7
Settings Execution environment settings (J2EE server settings) 2.5.8

Note:
There is no specific description of Implementation, Operations, and Notes for this functionality.

Organization of this section
2.5.1 Overview of the JSP pre-compilation functionality
2.5.2 Methods for performing JSP pre-compilation
2.5.3 Examples of applying JSP pre-compilation
2.5.4 Processing during execution of JSP pre-compilation
2.5.5 Lifecycle and output destination of JSP compilation results
2.5.6 JSP Compilation results when JSP pre-compilation functionality is not used
2.5.7 Class names in JSP compilation results
2.5.8 Execution environment settings (J2EE server settings)