Weblogic Server Console password-forget the workaround
1. Enter the%domain_home%/security directory
Execute the following command:
JAVA-CP $weblogic _home/wlserver_10.3/server/lib/weblogic.jar weblogic.security.utils.AdminAccount WebLogic Weblogic123.
Note: The last is the WebLogic space weblogic123 space Point (Add admin New user for the current domain: weblogic1, Password: WebLogic, the purpose is to overwrite $domain_home/security/ Defaultauthenticatorinit.ldift file under File
CD $domain _home/servers/<adminserver>/data/ldap
RM defaultauthenticatormyrealminit.initialized
Restart your server and log in to admin Console with your new account, so you have Admin user and password to enter the background----
To change the console password, you can modify the original user WebLogic.
Stop WLS Server------in%domain_home%/security/boot.properties,%domain_home%/boot.properties, fill in the username and password you used.
To modify the console password:
Open the WebLogic console
Enter the password settings can be directly deleted, you can also click WebLogic to modify, we click to modify
After the modification is complete, and then restart the WebLogic console, it is not successful, this time we put the domain under the
Boot.properties file, you can have it.
But you have to enter your username and password every time you start WebLogic.
If this step is removed, fill in the correct username and password in the Boot.properties
And go back to domain.
Start WebLogic again, ok!.
Use your original user, WebLogic login console Enter security realms-users and Groups Delete newly added user
WebLogic Forget the console password modification method