zoukankan      html  css  js  c++  java
  • 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
    在这次运行中输入用户名和密码,下次运行时就不需要输入用户名和密码了。
  • 相关阅读:
    集合框架
    hashtable
    测试3
    opcache的威力
    信息的信息
    php blog to explore
    BEHAT安装
    Failed to start: SocketListener0@0.0.0.0:4444
    模板方法设计模式
    mysqldump
  • 原文地址:https://www.cnblogs.com/JOEH60/p/5997128.html
Copyright © 2011-2022 走看看