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アプリケーション名
bb....bb:コンテキストルート名
cc....cc:先頭のフィルタクラス名 - 説明
- セッションフェイルオーバ用フィルタのフィルタマッピングが,そのアプリケーションで定義するフィルタマッピングの中で最初に記載されていません。
- 対処
- Deployment Descriptor(web.xml)の設定が不正です。
- セッションフェイルオーバ用フィルタのマッピング定義(<filter-mapping>タグ)は,アプリケーションで定義するフィルタマッピングの中で最初に記述してください。
- フィルタマッピング定義を修正し,再度デプロイしてください。