uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34211-E

Mapping of the filter used for the session failover function has been specified more than once. (J2EE application = aa....aa, context root = bb....bb)

aa....aa: J2EE application name
bb....bb: Context root name
Description
Mapping of the filter used for the session failover is specified more than once.
Action
The settings of the Deployment Descriptor (web.xml) are invalid.
Only one filter mapping defined in the application can be defined in the mapping definition (<filter-mapping> tag) of the filter used for session failover.
Modify the filter mapping definition, and then redeploy.