版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
./WebLogic集群配置<WindowsXP+WebLogic923>版本說明版本日期作者說明V1.012008-09-03王林財初稿概要描述WebLogicserver923_win32Apacheapache_-win32-x86-no_ssl-r2DataBaseOSWindowsXP本例測試?yán)?guī)劃ServerNameHostIPListenAdminServer7001Server70817081Server70827082WebServer<Apache2>80安裝篇安裝WebLogicWebLogic安裝過程安裝WebLogic完成后生成的目錄結(jié)構(gòu)如下Apache安裝Apache安裝過程安裝Apache完成后生成的目錄結(jié)構(gòu)自動生成Apache啟動服務(wù)測試安裝Apache是否成功配置篇WebLogic配置從開始菜單BEAProductsToolsConfigurationWizard啟動創(chuàng)建域CreateanewWebLogicdomainSelectDomainSourceConfigureAdministratorUserNameandPasswordConfigureServerStartModeAndJDKCustomizeEnvironmentAndServicesSettingsConfiguretheAdministrationServerConfigureManagedServersConfigureClustersAssignServerstoClustersConfigureMachinesAssignServerstoMachinesReviewWebLogicDomainCreateWebLogicDomainCreatingDomain配置Domain成功后生成的目錄結(jié)構(gòu)配置域啟動信息新增啟動用戶名、密碼文件初始化各個Server存參數(shù)大小拷貝bin目錄底下的startManagedWebLogic.cmd到域目錄底下分別重命名為startServer7081.cmd、startServer7082.cmd修改startServer7081.cmd文件對應(yīng)的SERVER_NAME修改startServer7082.cmd文件對應(yīng)的SERVER_NAME修改各Server控制臺日志文件輸出位置啟動域雙擊startWebLogic.cmd啟動域配置DataSources配置DataSource過程點擊"ActivateChanges"按鈕生效變更配置類似創(chuàng)建其它DataSource配置MultiDataSources配置MultiDataSource過程類似創(chuàng)建其它MultiDataSource部署應(yīng)用服務(wù)先在本地取得某應(yīng)用程序拷貝文件〔集群多機(jī)器需分別拷貝,且目錄位置一致分別修改ManagedServer底下的StagingMode模式為nostage重新啟動所有的Server<第一次啟動ManagedServer,需保證AdminServer處于已啟動狀態(tài)>部署應(yīng)用服務(wù)過程啟動應(yīng)用Servicingallrequests類似部署其它應(yīng)用配置應(yīng)用復(fù)制session信息修改對應(yīng)的App\WEB-INF\底下的weblogic.xml文件,可用于復(fù)制server間的session信息。訪問ManagedServer底下的應(yīng)用服務(wù)校驗應(yīng)用部署是否成功93:7081/material93:7082/materialApache配置拷貝WebLogicWebServer插件到C:\ProgramFiles\ApacheSoftwareFoundation\Apache2.2\modules目錄底下修改ApacheHttpd.conf配置文件重啟Apache服務(wù)測試Apache作為代理分發(fā)請求服務(wù)是否成功測試篇單點故障測試在login.jsp里面增加如下系統(tǒng)信息out.println<"request.getContextPath<>=="+request.getContextPath<>>;out.println<"request.getLocalAddr<>=="+request.getLocalAddr<>>;out.println<"request.getLocalName<>=="+request.getLocalName<>>;out.println<"request.getLocalPort<>=="+request.getLocalPort<>>;out.println<"request.getLocale<>=="+request.getLocale<>>;out.println<"request.getServerName<>=="+request.getServerName<>>;out.println<"request.getServerPort<>=="+request.getServerPort<>>;out.println<"request.getServletPath<>=="+request.getServletPath<>>;out.println<"request.getRemoteAddr<>=="+request.getRemoteAddr<>>;out.println<"request.getRemoteHost<>=="+request.getRemoteHost<>>;out.println<"request.getRemotePort<>=="+request.getRemotePort<>>;訪問應(yīng)用,可以查看到Apache分發(fā)到Server7081上停止Server7081服務(wù)〔點擊關(guān)閉按鈕當(dāng)前請求被自動切換到Server7082上調(diào)優(yōu)篇存初始化參數(shù)調(diào)優(yōu)修改方法通過修改C:\bea\user_projects\domains\material\bin\setDomainEnv.cmd文件修改所有Server的存配置〔需重啟生效判斷參數(shù)修改是否已生效通過啟動信息查看通過控制臺查看ServerLogging參數(shù)調(diào)優(yōu)分別調(diào)整AdminServer及ManagedServer底下的Logging參數(shù)調(diào)整日志級別禁用HTTPAcesslog<去掉復(fù)選框選中>DataSource參數(shù)調(diào)優(yōu)初始及最接大小設(shè)置高級選項配置<Advanced>連接池泄漏收集<2008-5-15上午08時15分16秒dbc_driver_T4CConnection6e76c aternal.ConnectionEnv.setup<ConnectionEnv.java:293> atmon.resourcepool.ResourcePoolImpl.reserveResource<ResourcePoolImpl.java:306> atmon.resourcepool.ResourcePoolImpl.reserveResource<ResourcePoolImpl.java:284> aternal.ConnectionPool.reserve<ConnectionPool.java:466> aternal.ConnectionPool.reserve<ConnectionPool.java:357> aternal.ConnectionPoolManager.reserve<ConnectionPoolManager.java:83> aternal.ConnectionPoolManager.reserve<ConnectionPoolManager.java:96> atweblogic.jdbc.pool.Driver.connect<Driver.java:150> atweblogic.jdbc.jts.Driver.getNonTxConnection<Driver.java:647> atweblogic.jdbc.jts.Driver.connect<Driver.java:137> aternal.RmiDataSource.getConnection<RmiDataSource.java:359> atConnection<dbUtils.java:116> <SelectContractAction.java:25>維護(hù)篇定時整理WebLogicServer日志信息及WebApplication臨時文件容my_cron_monthly.batechoon
setyear=%date:~0,4%
setmonth=%date:~5,2%
setday=%date:~8,2%
if%month%GEQ10
<
setdecMonth=%month%
>else<
if%month%GEQ08<
setdecMonth=%month:~1,1%
>else<
setdecMonth=%month%
>
>
set/alastMonth=%decMonth%-1
if%lastMonth%==0<
setlastMonth=12
set/ayear=%year%-1
>else<
if%lastMonth%
LSS10<
setlastMonth=0%lastMonth%
>
>
setAPPLY_MONTH=%year%-%lastMonth%
setAPPLYMONTH=%year%%lastMonth%
if%day%EQU1<
cdd:
cd\
REMAdminServer
cdD:\bea816\user_projects\domains\finance_domain\AdminServer
del/qAdminServer.log00*
REMProxyServer
cdD:\bea816\user_projects\domains\finance_domain\ProxyServer
del/qProxyServer.log00*
REMnode20_7081
cdD:\bea816\user_projects\domains\finance_domain\node20_7081
del/qnode20_7081.log00*
REMnode20_7082
cdD:\bea816\user_projects\domains\finance_domain\node20_7082
del/qnode20_7082.log00*
REMServerLog
cdD:\bea816\user_projects\domains\finance_domain\serverlog\node20_7081
del/q%APPLY_MONTH%*.log
cdD:\bea816\user_projects\domains\finance_domain\serverlog\node20_7082
del/q%APPLY_MONTH%*.log
REMAppLog
cdD:\financelog
mkdir%APPLY_MONTH%
move%APPLY_MONTH%*.log%APPLY_MONTH%
moveerrlog.log.%APPLY_MONTH%*%APPLY_MONTH%
REMTempFile
cdD:\mss\finance\temp\impfiles\budgetexcel
del/q*%APPLYMONTH%*.xls
cdD:\mss\finance\temp\impfiles
del/q*%APPLYMONTH%*.xls
cdD:\mss\finance\temp\expfiles\budgetexcel
del/q*%APPLYMONTH%*.xls
cdD:\mss\finance\temp\expfiles
del/q*%APPLYMONTH%*.xls
>echooff常見問題篇Productisnotinstalled問題描述:Productisnotinstalled原因分析:安裝升級文件需先安裝源文件解決方案:安裝源文件Unabletoreceiveselfgeneratedmulticastmessages問題描述:<2008-8-31下午03時45分54秒CST><Error><Cluster><BEA-000170><ServerServer7081didnotreceivethemulticastpacketsthatweresentbyitself><2008-8-31下午03時45分54秒CST><Critical><Health><BEA-310006><CriticalSubsystemClusterhasfailed.SettingserverstatetoFAILED.Reason:Unabletoreceiveselfgeneratedmulticastmessages><2008-8-31下午03時45分54秒CST><Critical><WebLogicServer><BEA-000385><Serverhealthfailed.Reason:healthofcriticalservice'Cluster'failed><2008-8-31下午03時45分54秒CST><Notice><WebLogicServer><BEA-000365><ServerstatechangedtoFAILED>原因分析:BEA-000170Error:ServerserverNamedidnotreceivethemulticastpacketsthatweresentbyitselfDescriptionServerserverNamedidnotreceivethemulticastpacketsthatweresentbyitselfCauseEachWLSserverisexpectedtoreceivethemessagesitmulticasttothemulticastgroupitispartof.Sincetheserverdoesnotreceiveitsownmessages,itisindicativeofthefactthatmulticastaddressconfigurationintheclusterconfigurationortheinterfaceaddressspecificationmaybewrong.ActionPleaseensurethattheclusterconfigurationandserverinterfaceconfigurationarevalid解決方案:使用如下命令檢查當(dāng)前網(wǎng)絡(luò)是否支持MultiCastjava-cpc:\bea\weblogic92\server\lib\weblogic.jarutils.MulticastTest-NServer7081網(wǎng)絡(luò)協(xié)議里面包含"shunracloudwanemulator",去掉即可Thechangewillnotbepersistedineithercase問題描述:<2008-9-3上午09時45分51秒CST><Warning><J2EEDeploymentSPI><BEA-260128><ChangesnotallowedtoDTDbaseddescriptors.Theattempttomodifyproperty'ServletName'inWEB-INF/weblogic.xmlformodule'material'willbevetoedifpossible.Thechangewillnotbepersistedineithercase.>原因分析:解決方案:配置ManagedServer的StagingMode為nostageCannotloadC:/ProgramFiles/ApacheSoftwareFoundation/Apache2.2/modules/mod_wl_22.sointoserver問題描述:C:\ProgramFiles\ApacheSoftwareFoundation\Apache2.2\bin>httpd-thttpd:Syntaxerroronline62ofC:/ProgramFiles/ApacheSoftwareFoundation/Apache2.2/conf/httpd.conf:CannotloadC:/ProgramFiles/ApacheSoftwareFoundation/Apache2.2/modules/mod_wl_22.sointoserver:%1\xb2\xbb\xca\xc7\xd3\xd0\xd0\xa7\xb5\xc4Win32\xd3\xa6\xd3\xc3\xb3\xcc\xd0\xf2\xa1\xa3原因分析:通過httpd–t校驗httpd.conf文件,無法加載mod_wl_22.so文件解決方案:需下載對應(yīng)操作系統(tǒng)環(huán)境、對應(yīng)版本的插件mod_wl_22.soNobackendserveravailableforconnection問題描述:原因分析:查看后臺被管理服務(wù)器是否已啟動解決方案:啟動被管理服務(wù)器集群取得客戶端IP問題問題描述:request.getContextPath<>==/materialrequest.getLocalName<>==wanglincairequest.getLocalPort<>==7082request.getLocale<>==zh_CN
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024店鋪轉(zhuǎn)讓合同范例
- 2024年采購合同變更協(xié)議
- 審計業(yè)務(wù)約定書模板
- 私人購房合同模板
- 深圳市房地產(chǎn)出租合同書
- 專業(yè)保證擔(dān)保合同大全
- 電視廣告代理權(quán)協(xié)議
- 住宅拆遷協(xié)議書
- 會計師會議協(xié)議書
- 2024版自愿離婚協(xié)議書寫作要點
- 20CJ94-1 隔聲樓面系統(tǒng)-HTK輕質(zhì)隔聲砂漿
- 2024年4月自考00160審計學(xué)試題及答案含評分標(biāo)準(zhǔn)
- 慢性胃炎的癥狀及治療方法
- 小型攔沙壩工程 投標(biāo)方案(技術(shù)方案)
- 2024年-重晶石購銷合同1本月修正
- 2022年廣州市白云區(qū)總工會社會化工會工作者考試試卷及答案解析
- 國家開放大學(xué)2024年《知識產(chǎn)權(quán)法》形考任務(wù)1-4答案
- 2024-2029年中國水上游樂園行業(yè)十四五發(fā)展分析及投資前景與戰(zhàn)略規(guī)劃研究報告
- 節(jié)能電梯知識培訓(xùn)課件
- 小班美術(shù)《小刺猬背果果》課件
- 檔案移交方案
評論
0/150
提交評論