uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34210-E

The URL pattern for the filter mapping of the filter used for the session failover function is invalid. (J2EE application = aa....aa, context root = bb....bb, invalid URL pattern = cc....cc)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Invalid URL pattern
Description
The URL pattern for the filter mapping of the filter used for the session failover is invalid.
Action
The settings of the Deployment Descriptor (web.xml) are invalid.
Specify /* in the URL pattern (<url-pattern> tag) of the filter mapping definition.
Modify the filter mapping definition, and then redeploy.