uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39304-W

The url-pattern element in web.xml contains the carriage return or line feed character. (J2EE application = aa....aa, context root = bb....bb, element body = 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: Contents specified in the element <url-pattern>
Description
The linefeed code (CR(#xD) or LF(#xA)) is included in the contents of the element <url-pattern> defined in web.xml.
You cannot include the linefeed code in the contents specified in the element <url-pattern>.
The definition specified by this element will be disabled.
The contents of cc....cc will be displayed without linefeed code.
Action
Modify the contents of the corresponding element, and then redeploy the application.
If the JSP pre-compile functionality used during application startup is executed and this message is output, re-execute the JSP pre-compile functionality used during application startup.