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
What is meant by unicast?
Do you know what are the steps required to modify config.xml file of web logic server?
What are class paths?
tell me the permenent memory issues?
Explain what an application server does and it's major components.
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
How do I use a third-party jdbc driver with jms? : BEA Weblogic
How does a file store compare with a jdbc store? : BEA Weblogic
Msi replica mode??
What can be the reasons for server hang?
How do I enable debugging for the messaging bridge? : BEA Weblogic
What is a thread dump?
How do I configure weblogic to use a socks proxy? : BEA Weblogic
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
How can the nm be made to work with web logic? Explain?