首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

resin4 连接池配备

2013-02-03 
resin4 连接池配置D:\resin-pro-4.0.32\conf\resin.xml文件加入如下配置然后在DD:\resin-pro-4.0.32\lib中

resin4 连接池配置
D:\resin-pro-4.0.32\conf\resin.xml文件加入如下配置然后在DD:\resin-pro-4.0.32\lib中放入驱动jtds.jar <character-encoding>UTF-8</character-encoding><database> <jndi-name>jdbc/eBuilder</jndi-name> <driver type="com.microsoft.sqlserver.jdbc.SQLServerXADataSource"> <url>jdbc:sqlserver://localhost:1433;database=web;integratedSecurity=false;</url> <user>sa</user> <password>sa1</password> </driver> <prepared-statement-cache-size>8</prepared-statement-cache-size> <max-connections>10</max-connections> <max-idle-time>20s</max-idle-time> </database>

?

热点排行