次の形式で「welcome-file-list」タグを宣言することにより、そのconf / web.xmlが示唆するように、Tomcat(バージョン7)のデフォルトのウェルカムファイルリストをオーバーライドしようとしています。
<welcome-file-list>
<welcome-file>estore.html</welcome-file>
<welcome-file>estore.htm</welcome-file>
<welcome-file>estore.jsp</welcome-file>
</welcome-file-list>
私のアプリケーションのweb.xmlにありますが、次のようなエラーが発生します:
HTTPステータス500-java.lang.ClassNotFoundException:org.apache.jsp.estore_jsp
何か案は?ありがとうございました。