1. Set the WebLogic to developer mode
Domains/base_domain/bin/setdomainenv.sh:
Production_mode= "false"
Domains/base_domain/config/config.xml:
<production-mode-enabled>false</production-mode-enabled>----Delete
<!--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. Create Boot.properties
Domains/base_domain/security
VI boot.properties
Password=ghca3a12
Username=weblogic
Create security directory and Boot.properties
Domains/base_domain/servers/adminserver/security
VI boot.properties
Password=ghca3a12
Username=weblogic
3, if the newly installed domain reported the following error is the password caused by
Server subsystem failed. Reason:weblogic.security.SecurityInitializationException:Authentication for user denied
Weblogic.security.SecurityInitializationException:Authentication for user denied
4. Change the developer mode to producer mode
Domains/base_domain/bin/setdomainenv.sh:
Production_mode= "true"
This article is from the "Silent Dialogue" blog, please be sure to keep this source http://chbinmile.blog.51cto.com/6085145/1878199
Linux op koriyuki weblogic no password to start