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 |
What is os tuning?
What is the format of a log message in a web logic server?
What is the administration server?
What is meany by proxy server?
Explain the performance tuning in jdbc?
Explain load blancing alogarthims in cluster??
Explain the functionality of T3 associated with WebLogic server?
What is config.xml?
Explain the different versions of nm?
what happen if we deploy our component in weblogic server
How many weblogic severs can be installed in a multi cpu machince and how can you figure out how many servers?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic