If we lost Admin password(unfortunately), how will you enter
into Admin console?
Answer Posted / azeema
Go to the security folder under the weblogic server location
and run the following
ex: WEBLOGIC_HOME/samples/domain/wl_server/security/ and run
java weblogic.security.utils.admin account newusername
newpassword .
the . at the end indicates that it will create a new
defaultauthenticatorinit.idif file
Finally, go to
WEBLOGIC_HOME/samples/domain/wl_server/example_server/data/l
adap/
delete defaultauthenticatormyrealmInit.initialized as this
will be created when you restart the server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the significance of boot?
What are servers?
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
What are data-sources and what features do they offer?
What is weblogic?
What signal tells the jvm to give a thread dump?
What is error ora-6502? : BEA Weblogic
What are the States of the Weblogic Server ?
Which memory space does thread stack get allocated from?
In web logic what is the msi code?
What is the difference between txdatasource and datasource?
Can you briefly describe local interfaces?
How Can Cluster Communication Occur ?
How do I identify the document type of an xml document? : BEA Weblogic
How do I bind string values in a preparedstatement? : BEA Weblogic