Thinkfeng
Thinkfeng
导航
BlogJava
首页
新随笔
联系
聚合
管理
<
2024年12月
>
日
一
二
三
四
五
六
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
统计
随笔 - 2
文章 - 4
评论 - 2
引用 - 0
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔档案
2008年9月 (1)
2008年8月 (1)
文章档案
2008年9月 (1)
2008年8月 (3)
搜索
最新评论
1. re: prompt方法 window . prompt JavaScript窗口及输入输出[未登录]
甘夺大规模
--在
2. re: 日期选择js
评论内容较长,点击标题查看
--Thinkfeng
阅读排行榜
1. 日期选择js(874)
2. 颜色(279)
评论排行榜
1. 日期选择js(1)
2. 颜色(0)
Resin 3.0X 下 配置 Struts2
因Resin的mod_caucho插件一般情况下仅对Servlet,JSP服务,不会对Struts2中的Filter方式提供网址服务,
因此可以使用"Special servlet-mapping"。
在WEB—INF目录下再新建resin-web.xml,作如下配置
1
<
web-app
xmlns
="http://caucho.com/ns/resin"
>
2
<
servlet-mapping
url-pattern
='/struts/*'
servlet-name
='plugin_match'/>
3
<servlet-mapping url-pattern
='/other/*'
servlet-name
='plugin_match'/>
4
<servlet-mapping url-pattern
='*.action'
servlet-name
='plugin_match'/>
5
<servlet-mapping url-pattern
='*.html'
servlet-name
='plugin_match'/>
6
<servlet-mapping url-pattern
='*.do'
servlet-name
='plugin_match'/>
7
<servlet-mapping url-pattern
='/dwr/*'
servlet-name
='plugin_match'/>
8
</web-app
>
posted on 2008-09-08 09:18
Thinkfeng
阅读(374)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理