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

Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?

0 Answers  


What is the difference between dynamic and non-dynamic changes in the console?

0 Answers  


What is the admin server?

0 Answers  


What are the ways in which weblogic servers can run on multiple machines?

0 Answers  


What elements make up the administration console?

0 Answers  


How can I control on which weblogic server(s) my application will run? : BEA Weblogic

0 Answers  


How do I call a servlet with parameters in the url? : BEA Weblogic

0 Answers  


How do I use a third-party jdbc driver with jms? : BEA Weblogic

0 Answers  


What is the difference between development mode and production mode of weblogic server?

0 Answers  


Explain the types of deployment modes and diffrernces between them?

0 Answers  


The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic

0 Answers  


The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic

0 Answers  


Categories