uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39320-I

The default encoding of web application is specified. (J2EE application = aa....aa, context root = bb....bb, request = cc....cc, response = dd....dd, JSP file = ee....ee, extension = ff....ff)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Character encoding used for decoding the request body and query (a null character string if not specified in the user property file, HITACHI Application Integrated Property File, or WAR property file)
dd....dd: Character encoding used for encoding the response body (a null character string if not specified in the user property file, HITACHI Application Integrated Property File, or WAR property file)
ee....ee: Character encoding of JSP (a null character string if not specified in the user property file, HITACHI Application Integrated Property File, or WAR property file)
ff....ff: Extension of the static contents when the default response character encoding is applied (a null character string if the extension of the static contents is not specified or if the default response character encoding is not specified)
Description
The default encoding setup functionality was used.