我试图覆盖tomcat主页,因为我需要index.html作为主页而不是index.jsp。
所以我尝试在web.xml中设置如下:
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
当我重新启动tomcat时,它仍会转到index.jsp页面。
PS:我使用的是Intellij 13,是不是这样?答案 0 :(得分:3)
简短的回答:如果您想要的是&#34;覆盖&#34;在默认上下文中,您需要在目录&#34; ROOT&#34;中安装您的webapp。在webapps中。