- 浏览: 5112 次
- 来自: ...
最新评论
文章列表
google了一遍在官网上发现,在服务端设置TimeOut的类型有两种,一种是SOCKET TIME OUT,另外一个是CONNECTION TIME OUT,官网的设置是在axis2.xml设置:
Timeout Configuration
Two timeout instances exist in the transport level, Socket timeout and Connection timeout. These can be configured either at deployment or run time. If configuring at deployment ...
Spring+hibernate+dwr(1.14),location参数导致重复装载Hbm文件探讨。
近来,项目用到了dwr做ajax的应用。有点不爽的是,
1.使用了多个Bean文件,在Web.xml里定义顺序为application1.xml,applicaiton2.xml,applicaiton3.xml,
导致Spring在装载这些bean文件定义时,当前上下文里只会有一个bean定义文件,application1.xml.
其余的bean文件定义是放在ParentContext下。
2.通过WebContext取BeanFactory,只能是取第一个bean文件定义的工厂 ...
- 2009-07-22 12:32
- 浏览 1087
- 评论(0)