WebLogic after installation, long time No, forget to access the console user name or password, you can use the following steps to reset the user name password.
Version: WebLogic Server 11g
Description:%domain_home%: Refers to the WebLogic Server domains (domain) directory
For example, the root directory of my test domain Domain_home=d:/bea10/user_projects/domains/testcluster_domain
1. To ensure safe operation, backup%domain_home%/security/defaultauthenticatorinit.ldift
2. Enter the%domain_home%/security directory and execute the following command:
Java-classpath D:/bea10/wlserver_10.0/server/lib/weblogic.jar Weblogic.security.utils.AdminAccount < Newadminusername> <NewAdminPassword>.
For example:
Open a CMD window and enter d:/bea/user_projects/domains/base_domain/security
Execute Java-classpath D:/bea/wlserver_10.3/server/lib/weblogic.jar weblogic.security.utils.AdminAccount WebLogic Weblogic.
Features note Finally there is a ".", a space and a dot.
This command will generate a new Defaultauthenticatorinit.ldift file (the default path C:\Documents and settings\administrator below) to overwrite the original, Administrator the user who is logged on as the current operating system.
3. Enter the AdminServer directory of the Management Server, such as:%domain_home%/servers/adminserver. Rename the data directory, such as: Data_old. Or back up to somewhere else.
4. Modify the Boot.properties file of the management Server, such as:%domain_home%/servers/adminserver/security/ Boot.properties, modify the user name and password (in clear text, the first time you start the server when the plaintext will be encrypted), and the above command
The user name password in the same.
Example: After modification:
Username=weblogic
Password=weblogic
5. After restarting the server, you can log in to the management console using the user WebLogic.
After the first boot, the user name password in%domain_home%/servers/adminserver/security/boot.properties is encrypted as:
#Tue Feb 09:55:44 CST 2012
password={aes}ecaeswlbym9a6zi6hmosf1acl85bwddouz2+faamp1s\=
username={aes}yvunv07/yi3ejhduoujwl/s1judamflpm9/ixab3gto\=
WebLogic 11g Reset User Password