If we lost Admin password(unfortunately), how will you enter
into Admin console?
Answers were Sorted based on User's Feedback
Answer / dinesh
To recover admin password:
http://www.allinterview.com/showanswers/105193.html
To reset admin password:
http://middlewaremagic.com/weblogic/?p=323
step 1,2 and 3 is enough.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
In web logic what is the msi code?
Why do I get noclassdeffound/too many open files messages on solaris? : BEA Weblogic
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic
How many way to start and stop weblogic servers?
How to upgrade the weblogic version and explain the steps?
What is DataSource ?how can its associated with connection pools ?
How do I provide user credentials for starting weblogic server?
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?