配置welcome-file-list跳转
web.xml里是
<welcome-file>index.html</welcome-file>
index.html内容:
<meta http-equiv='refresh' content='0;url=index.action'>
,这样当访问index.html的时候立即跳转到index.action里。
发布时间: 2012-10-24 14:15:58 作者: rapoo
配置welcome-file-list跳转
web.xml里是
<welcome-file>index.html</welcome-file>
index.html内容:
<meta http-equiv='refresh' content='0;url=index.action'>
,这样当访问index.html的时候立即跳转到index.action里。