Tuesday, September 14, 2010

Reseting Console Password in Weblogic 9.2.1

Step 1: Backup the Domain
Step 2: Delete $DOMAIN_DIR\security\DefaultAuthenticatorInit.ldift
Step 3: Run the command setDomainEnv.cmd
Step 4: Run the Java command:
java weblogic.security.utils.AdminAccount <$DOMAIN_DIR\security>
Step 5: Delete the contents inside the file [boot.properties] under $DOMAIN_DIR\servers\security and add the folllowing contents.
username=
password=
Step 6: Important Step: Delete the folder: $DOMAIN_DIR\servers\data\ldap
Step 7: Restart Weblogic Server, go to http://localhost:7001/console and login with your new username and password.

No comments:

LinkWithin

Related Posts Plugin for WordPress, Blogger...