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
在这次运行中输入用户名和密码,下次运行时就不需要输入用户名和密码了。