e代劍客——溫柔一刀

          生活就像海洋,只有意志堅(jiān)強(qiáng)的人,才能到達(dá)彼岸

             :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            76 隨筆 :: 7 文章 :: 215 評(píng)論 :: 0 Trackbacks
          struts連接池配置,只寫了兩個(gè)例子,實(shí)際開發(fā)中最好不用struts帶的連接池,不利于系統(tǒng)程序換移植!

          SQLServer2000數(shù)據(jù)庫(kù)連接池配置如下:

          <data-sources>
          ????
          <data-source?key="org.apache.struts.action.DATA_SOURCE"?type="org.apache.commons.dbcp.BasicDataSource">
          ??????
          <set-property?property="driverClassName"?value="com.microsoft.jdbc.sqlserver.SQLServerDriver"?/>
          ??????
          <set-property?property="url"?value="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=jdsdb"?/>
          ??????
          <set-property?property="username"?value="sa"?/>
          ??????
          <set-property?property="password"?value=""?/>
          ??????
          <set-property?property="maxActive"?value="200"?/>
          ??????
          <set-property?property="maxIdel"?value="30"?/>
          ??????
          <set-property?property="maxWait"?value="10000"?/>
          ??????
          <set-property?property="autoReconnect"?value="true"?/>
          ??????
          <set-property?property="max-connections"?value="10"?/>
          ??????
          <set-property?property="min-connections"?value="2"?/>
          ??????
          <set-property?property="inactivity-timeout"?value="30"?/>
          ??????
          <set-property?property="wait-timeout"?value="30"?/>
          ??????
          <set-property?property="eroDateTimeBehavior"?value="convertToNull"?/>
          ????
          </data-source>
          ??
          </data-sources>?

          MySQL數(shù)據(jù)庫(kù)連接池配置如下:

          <data-sources>
          ????
          <data-source?key="org.apache.struts.action.DATA_SOURCE"?type="org.apache.commons.dbcp.BasicDataSource">
          ??????
          <set-property?property="driverClassName"?value="com.mysql.jdbc.Driver"?/>
          ??????
          <set-property?property="url"?value="jdbc:mysql://127.0.0.1:3306/JDSDB?useUnicode=true&amp;characterEncoding=gb2312"?/>
          ??????
          <set-property?property="username"?value="root"?/>
          ??????
          <set-property?property="password"?value=""?/>
          ??????
          <set-property?property="maxActive"?value="200"?/>
          ??????
          <set-property?property="maxIdel"?value="30"?/>
          ??????
          <set-property?property="maxWait"?value="10000"?/>
          ??????
          <set-property?property="autoReconnect"?value="true"?/>
          ??????
          <set-property?property="max-connections"?value="10"?/>
          ??????
          <set-property?property="min-connections"?value="2"?/>
          ??????
          <set-property?property="inactivity-timeout"?value="30"?/>
          ??????
          <set-property?property="wait-timeout"?value="30"?/>
          ??????
          <set-property?property="eroDateTimeBehavior"?value="convertToNull"?/>
          ????
          </data-source>
          ??
          </data-sources>

          ?


          posted on 2006-07-09 04:24 溫柔一刀 閱讀(424) 評(píng)論(0)  編輯  收藏 所屬分類: 開源框架
          聯(lián)系偶 zhupanjava@gmail.com 溫柔一刀
          主站蜘蛛池模板: 洞头县| 龙川县| 新闻| 尉氏县| 辽阳市| 扶绥县| 鄱阳县| 靖边县| 正定县| 辽中县| 大新县| 始兴县| 松潘县| 上饶县| 灌云县| 无锡市| 靖州| 定边县| 祁东县| 乌鲁木齐县| 镇巴县| 甘孜县| 政和县| 金华市| 巫溪县| 蒙城县| 台湾省| 镇江市| 桂阳县| 长治市| 绵竹市| 托里县| 上杭县| 崇州市| 白朗县| 安顺市| 玛曲县| 宕昌县| 沙湾县| 西安市| 遂昌县|