uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39054-I

The JSP reload processing per JSP file has finished. (J2EE application = aa....aa, context root = bb....bb, file = cc....cc)

aa....aa: The J2EE application name in the case of the J2EE server mode, and a null character string in the case of the servlet engine mode
bb....bb: Context root
cc....cc: Absolute path of the class file generated from the JSP file, when the JSP pre-compile functionality is being used. Absolute path of the JSP file, when the JSP pre-compile functionality is not being used.
Description
When the JSP pre-compile functionality is being used
The class generated from the JSP file (cc....cc) is reloaded.
When the JSP pre-compile functionality is not being used
The JSP file (cc....cc) is recompiled, and the generated class is reloaded.