0
これは非常によくある質問ですが、解決策を見つけることができません。 Eclipseで動的Webプロジェクトを作成しました。 Tomcatサーバー上で実行しようとすると、javaファイルを持たない空のプロジェクトです。HTTPステータス404エラーが表示されます。要求されたリソースが見つかりません。ウェルカムページです index.htmlには、web.xmlのWEB-INFフォルダとコンテンツ内にあるとしてTomcatを使用してウェルカムページを起動できません
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
</web-app>