您的当前位置:首页项目指定默认访问页面
项目指定默认访问页面
来源:锐游网
welcome-file-list用法:
web.xml
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
先访问index.jsp在访问index.html都没有就报404的错
因篇幅问题不能全部显示,请点此查看更多更全内容