uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34209-E

The filter mapping of the filter used for the session failover function is not first in the filter mapping defined for that application. (J2EE application = aa....aa, context root = bb....bb, first mapping filter name = cc....cc)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: First filter class name
Description
The filter mapping of the filter used for session failover is not the first in the filter mapping defined in that application.
Action
The settings of the Deployment Descriptor (web.xml) are invalid.
The mapping definition (<filter-mapping> tag) of the filter used for session failover must be coded first in the filter mapping defined in the application.
Modify the filter mapping definition, and then redeploy.