uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39297-W

The specified listener class implementing the aa....aa interface was not registered because this interface is not supported in this web application version. (J2EE application = bb....bb, context root = cc....cc, listener class = dd....dd)

aa....aa: Implemented listener interface name
bb....bb: 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
cc....cc: Context root name
dd....dd: Class name specified in web.xml
Description
The specified class implements the listener interface supported by the Servlet 2.4 specifications.
The Servlet 2.4 specifications support the following listener interfaces:
  • javax.servlet.ServletRequestListener
  • javax.servlet.ServletRequestAttributeListener
The specified class is not registered as a listener, and is ignored.
Action
To use the listener supported by the Servlet 2.4 specifications, use the Web application version in the application of Servlet 2.4 or later.