在weblogic81中使用連線緩衝池成功

2021-09-08 14:32:08 字數 332 閱讀 6622

在weblogic81中使用連線緩衝池,幾分鐘就搞定了,不象在tomcat中,搞了許久,還要手動修改

配置檔案。

1)新建連線緩衝池,系統已經預製了很多,選擇即可

2)新建資料來源,命名為「mysql」

3)  程式中:

context  initctx = new initialcontext();

datasource ds = (datasource) initctx.lookup("mssql");

比tomcat要簡單

weblogic81確實不錯,配置web也比tomcat要簡單,直接乙個weblogic.xml就搞定了!

在DB2 UDB V8 1中使用裸 raw 裝置

目錄一般資訊 規劃磁碟分割槽 建立raw裝置 建立資料庫 規劃日誌以及備份檔案儲存 額外資訊 參考資源 一般資訊 ibm xseriers 345 inter 32位 redhat enterprise linux 3.0 db2 v8.1 for linux 主機連線乙個ibm e 00 磁碟櫃,...

在python中使用中文 在python中,使用

我需要確保在python中使用特定引數呼叫函式。我用magic mock模擬了這個函式。在self.function magicmock self.function subject hello world 有什麼東西存在於 或者self.function.assert called with sub...

匿名類中在Json中使用

匿名類 1.第一步 定義乙個類,類中有三個屬性id。name.height 屬性型別根據 右邊的值來推斷 2.第二步 建立這個類的物件,然後,用變數p1去指向它 3.var 表示根據右邊的型別去推斷var的型別 using system using system.collections.generi...