LINUX运维之Weblogic无密码启动

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LINUX运维之Weblogic无密码启动相关的知识,希望对你有一定的参考价值。

1、将weblogic设置为开发者模式

domains/base_domain/bin/setDomainEnv.sh:

PRODUCTION_MODE="false"


domains/base_domain/config/config.xml:

<production-mode-enabled>false</production-mode-enabled>   ----删除

  <!-- username=weblogic ; password=ghca3a12 -->

 <default-realm>myrealm</default-realm>

     <credential-encrypted>ghca3a12</credential-encrypted> 


    <node-manager-username>weblogic</node-manager-username>

    <node-manager-password-encrypted>ghca3a12</node-manager-password-encrypted>

  </security-configuration>

  <server>

    <name>AdminServer</name>

    <listen-address/>

  </server>

  <embedded-ldap>

    <name>base_domain</name>

    <credential-encrypted>ghca3a12</credential-encrypted>

  </embedded-ldap>


2、创建boot.properties

domains/base_domain/security

vi boot.properties

password=ghca3a12

username=weblogic

创建security目录以及boot.properties

domains/base_domain/servers/AdminServer/security

vi boot.properties

password=ghca3a12

username=weblogic


3、如果新安装的domain报以下错误则就是密码导致的

Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user  denied

weblogic.security.SecurityInitializationException: Authentication for user  denied


4、将开发者模式修改为生产者模式

domains/base_domain/bin/setDomainEnv.sh:

PRODUCTION_MODE="true"







本文出自 “無言的对白” 博客,请务必保留此出处http://chbinmile.blog.51cto.com/6085145/1878199

以上是关于LINUX运维之Weblogic无密码启动的主要内容,如果未能解决你的问题,请参考以下文章

Linux运维之进程管理

Linux运维之进程管理

Linux运维之道之RHEL7系统安装及基本命令

linu运维:一次linux重启时间过长的排查

Linux自动化运维之Cobbler(快速入门)

网络运维之计算机端口