Weblogic admin password reset
Hi,
I am trying to reset weblogic admin default user/password i.e. weblogic/weblogic.
I have followed following steps found on a couple of forums. But i end up creating a new admin user and unable to delete/modify default weblogic/weblogic.
I have used
java weblogic.security.utils.AdminAccount weblogic newpassword .
or
java weblogic.security.utils.AdminAccount newadmin newpassword .
In both cases weblogic/weblogic stays valid and but i can login with new admin or with changed password along with weblogic/weblogic.
I do not have boot.properties. And every time i repeat above steps, i delete security/DefaultAuthenticatorInit.ldift and delete servers/AdminServer. Please help.
0