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
When should I use the external_stage option?
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
How will a single machine run multiple web logic server instances?
What causes java.io exceptions in the log file of weblogic server?
What can be the reasons of server hang?
How do I configure weblogic to use a socks proxy? : BEA Weblogic
Difference between weblogic development and production mode?
What is meant by domaintemplate?
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.
Do you know how are multi-byte characters used with weblogic jdriver?
Explain the types of deployment modes and diffrernces between them?
What are Monitoring tools?
Difference between production and development mode?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
Explain different parts available as part of jvm and describe them in few lines.