how to change the weblogic server password?

Answers were Sorted based on User's Feedback



how to change the weblogic server password?..

Answer / nagababu

by using weblogic.Admin command we can reset password.
ex:c:/bea/user_projects/domains/domain name>java
weblogic.security.utils.AdminAccount <new username> <new
password> .

dont forget "." at the end.

This command will create "default authenticatorInit.ldift"
in ur domain.you can find "default authenticatorInit.ldift"
in "security" folder,rename/delete it and paste newly
created "default authenticatorInit.ldift".

now goto servers/Adminserver/data/ldap
rename/delete ldap folder.

now go to servers/Adminserver/security
in thid you can find "boot.properties".In this file write
your new username and password in place of encrypted
username and password..and save it.

Restart server and access admin console with your newly
created username and password.

Is This Answer Correct ?    9 Yes 2 No

how to change the weblogic server password?..

Answer / suresh chowdary

for changing the web logic password we have to follow the
following steps.

1.login to admin console.
2.select security realm on left panel.
3.click on the my realm.
4.click on the tab users and groups.
5.click on the web logic user.
6.click on the password tab,update the password &save it.

once the user password is changed,the same needs to be
update in boot.properties file under.

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More Weblogic Interview Questions

What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?

0 Answers  


In a web logic server what is the domain?

0 Answers  


What can be the reasons for server hang?

0 Answers  


How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic

0 Answers  


Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic

0 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic

0 Answers  


what r critical issues in weblogic

2 Answers   Accenture, IBM, Tech Mahindra,


How many ways take thread dumps?

0 Answers  


Are WebLogic Servers password secure?

3 Answers   HCL, TCS,


If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?

0 Answers  


Tell me how does a server find out server unavailability?

0 Answers  


How can default JVM be changed to other?

0 Answers  


Categories