读书人

配备welcome-file-list跳转

发布时间: 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里。


读书人网 >Web前端

热点推荐