uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39313-I

The JSP instance was destroyed because the JSP file or the class file generated from the JSP file was removed. (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 name
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 JSP instance was released because the class file generated from the JSP file is deleted.
When the JSP pre-compile functionality is not being used
The JSP instance was released because the JSP file is deleted.