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 |
for example we have two boxes,one box it contain one adminserver & one managed servr and another box it contain one managed server.how to configuring the these server?
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
What are the modes of operation for Weblogic server domains ?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
Explain what an application server does and it's major components.
How Work Manager works in wls 9.2 and above versions?
Why would a client application use jta transactions?
What is the difference between jndi lookup(), list(), listbindings(), and search()?
How many way to start and stop weblogic servers?
Explain where are the files placed while deploying the resource adapter in web logic server?
what is the difference between sun JDK1.5 and BEA Jrokit 1.5
What are application servers?