Weblogic部署項目過程中的一些問題


weblogic啟動,最后一段出現的警告:

<Warning> <Log Management> <BEA-170011> <The Lo
gBroadcaster on this server failed to broadcast log messages to the admin server
. The Admin server may not be running. Message broadcasts to the admin server wi
ll be disabled.>

 

答:Adminserver接收不到Managedserver的log信息。可以無視掉。

 

生產模式啟動里需要輸入用戶名和密碼,很麻煩。在域的/security目錄下創建文件boot.properties,內容為:

username=weblogic
password=weblogic123
然后運行以下命令:
./startWebLogic.sh  -Dweblogic.system.StoreBootIdentity=true
在這次運行中輸入用戶名和密碼,下次運行時就不需要輸入用戶名和密碼了。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM