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
Tell me what are the ways in which weblogic servers can run on multiple machines?
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?
Explain briefly the client-server architecture.
How do you troubleshoot a crash?
Which memory space does thread stack get allocated from?
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What are the advantages and disadvantages of node manager?
How do I programmatically get a list of queues or topics? : BEA Weblogic
What are deployment descriptors?
How to find out the listening ports?
How do I handle request/response using jms? : BEA Weblogic
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
How many types of logs are there?
When we will take thread dump? Please give us some examples?