struts2 中web.xml配置中welcom-file-list怎么用? 如何才能只输入工程名直接就可以执行相应action? 5

 我来答
匿名用户
2013-08-20
展开全部
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<welcome-file>index.jsp</welcome-file> 定义的为静态页面
如果首页定义为 index.do 则 可以
<welcome-file-list>
<welcome-file>index.do</welcome-file>
</welcome-file-list>
且 webapp下面 有 index.do 这个文件
或者
可以 在 index.jsp里面 JS 进行跳转。
详情看:http://chinazzlm.com/welcom-file-list%20%E9%BB%98%E8%AE%A4%E5%90%AF%E5%8A%A8%E9%A1%B5-33.html
帝国风_F
推荐于2016-11-03 · 超过11用户采纳过TA的回答
知道答主
回答量:38
采纳率:0%
帮助的人:18.7万
展开全部
如果在 welcom-file-list 元素中加入 index.jsp/index.html 那么输入工程名,默认就是转到index.jsp或者index.html页面了
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式