uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE42397-W

The WebServlet annotation will be ignored because the value set for the name attribute is already set for another WebServlet annotation. (WAR file = aa....aa, class name = bb....bb)

aa....aa: WAR file name
bb....bb: Class name describing the @WebServlet annotation
Description
The @WebServlet annotation will be ignored because the name attribute value in the @WebServlet annotation is duplicated in another @WebServlet annotation.
Action
Change the value of the name attribute in the @WebServlet annotation so that the value is not duplicated in another @WebServlet annotation.