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 mulicast and unicast in weblogic?
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How are notifications made when a server is added to a cluster?
In a web logic server what is the domain?
What is the difference between jboss and weblogic?
What is unicast in weblogic?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How do I use jta transactions within an mdb? : BEA Weblogic
Explain load blancing alogarthims in cluster??
How to configure jms?
What are the functions of t3 in the web logic server?
How many way to start and stop weblogic servers?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
How does weblogic support corba and client communication via iiop? : BEA Weblogic