uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39532-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: J2EE application name (a null character string in the case of the cjjspc command)
bb....bb: Context root name (a null character string in the case of the cjjspc command)
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.
If the cjjspc command is executed, re-execute the command.