码迷,mamicode.com
首页 > 数据库 > 详细

访问网站时只是显示主页(index.jsp),没有请求连接数据库读取数据。

时间:2014-12-22 07:07:16      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

两部曲:
1:在你的web.xml中的Struts2的核心过滤器的映射中增加
<filter-mapping>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <filter-name>struts2</filter-name>
    <url-pattern>/*</url-pattern>
</filter-mapping>

2:把welcomelist改成你查询的action


<meta http-equiv=‘refresh‘ content=‘0;url=show.action‘>


访问网站时只是显示主页(index.jsp),没有请求连接数据库读取数据。

标签:

原文地址:http://blog.csdn.net/songjunyan/article/details/42075003

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!