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

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

时间:2017-04-14 20:25:25      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:map   fresh   连接数   back   font   读取数据   for   站点   family   

两部曲:
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),没有请求连接数据库读取数据。

标签:map   fresh   连接数   back   font   读取数据   for   站点   family   

原文地址:http://www.cnblogs.com/liguangsunls/p/6710661.html

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