web.xml に以下の行があります
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
しかし、http://localhost:8888にアクセスすると、以下のエラーが表示されました。
There is no Action mapped for namespace [/] and action name
[] associated with context path [].
index.jsp にリダイレクトされていませんか? ウェルカムファイルを機能させるには?