Q:为什么我不能访问index.jsp直接就是404
A:在web.xml中添加:
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
A:在web.xml中添加:
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
2016-07-12