uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39287-W

The specified location of the JAR containing the tag library descriptor file defining the tag-file element is deprecated. (J2EE application = aa....aa, context root = bb....bb, JAR location = 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 cjjspc command
bb....bb: The context root name in the case of the J2EE server mode, and a null character string in the case of the cjjspc command
cc....cc: Path within the Web application of the JAR file
Description
Deployment of the JAR file including the TLD file that defines the element <taglib><tag-file> specified in web.xml, JSP file, or the tag file is not recommended.
The Web container reads /META-INF/taglib.tld present in this JAR file, but ignores the <taglib><tag-file> tag.
Action
We recommend that you deploy the JAR file in the directory /WEB-INF/lib/.
When changes are made so as to deploy the JAR file in the directory /WEB-INF/lib, also modify the file that specifies the JAR file.