struts2 中web.xml配置中welcom-file-list怎么用? 如何才能只输入工程名直接就可以执行相应action? 5
2个回答
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
<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
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询