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