Page Not Found After Log In to Confluence because of Missing index.action Line in web.xml
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
症状
When a user logs into Confluence, a 'Page Not Found' screen is shown instead of the Dashboard screen. However, when accessing <baseUrl>/homepage.action the Site Homepage/Dashboard is shown successfully.
診断
Try to access the site via <base url>/index.action. If it works, then proceed to the Resolution. Otherwise, the issue might be occurring due to a different root cause.
原因
The configuration in <confluence-installation>\confluence\WEB-INF\web.xml file has been modified.
<welcome-file>index.action</welcome-file> does not exist.
ソリューション
ソリューション
Confluence を停止します。
Add the following in
<confluence-installation>\confluence\WEB-INF\web.xml<welcome-file-list> ... <welcome-file>index.action</welcome-file> </welcome-file-list>Confluence を起動します。
この内容はお役に立ちましたか?