Monday, March 14, 2016

Password Recovery of Weblogic 11g


1. Navegate to:
    cd $DOMAIN_HOME/bin

2. Set the environment
    . setDomainEnv.sh

3. Change the directory
    cd $DOMAIN_HOME\security

4. Backup the file
    mv DefaultAuthenticatorInit.ldift DefaultAuthenticatorInit_old.ldift

5. Create user and password for AdminServer
    java weblogic.security.utils.AdminAccount NewUser NewPasswor .

6. Edit boot.properties with the data new

7. Rename or Delete the next directory
    $DOMAIN_HOME\server\AdminServer\data\ldap

8. Start AdminServer

1 comment: