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アプリケーション名
bb....bb:コンテキストルート名 - 説明
- セッションフェイルオーバ用フィルタのマッピングが複数指定されています。
- 対処
- Deployment Descriptor(web.xml)の設定が不正です。
- セッションフェイルオーバ用フィルタのマッピング定義(<filter-mapping>タグ)で定義できるのは,アプリケーションで定義するフィルタマッピングで一つだけです。
- フィルタマッピング定義を修正し,再度デプロイしてください。