Answer Posted / nagababu
by using weblogic.Admin command we can reset password.
ex:c:/bea/user_projects/domains/domain name>java
weblogic.security.utils.AdminAccount <new username> <new
password> .
dont forget "." at the end.
This command will create "default authenticatorInit.ldift"
in ur domain.you can find "default authenticatorInit.ldift"
in "security" folder,rename/delete it and paste newly
created "default authenticatorInit.ldift".
now goto servers/Adminserver/data/ldap
rename/delete ldap folder.
now go to servers/Adminserver/security
in thid you can find "boot.properties".In this file write
your new username and password in place of encrypted
username and password..and save it.
Restart server and access admin console with your newly
created username and password.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain the domain creation types?
How do I use a third-party jdbc driver with jms? : BEA Weblogic
How does a server know when another server is unavailable ?
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
What is nmenroll in wlst?
How to change from default jvm to others?
What are tuning jvm parameters?
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
What are the steps required to setup the oracle instance for os authentication?
Name the various message severity levels in web logic?
What is the difference between weblogic and jboss?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
What is thread stack size? What is the default thread stack size in windows?
What is SSL in weblogic ?
Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic