Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to reset WAS password?

 Password reset for administrative user  in WAS (v. 8.x & 9.x)

0 votes



2 answers

Permanent link

I'm not a WAS expert. But a quick Google provided these links:






0 votes


Permanent link
To reset the PW to the default credencial, follow one of the 2 steps:

1. By editing the security xml file:

1. Locate the security.xml file and take a backup of it.
2. open security.xml file for editing and search for enabled=”true”
3. modify it to enabled=”false” (you need to do this only for the very first occurrence of enabled=”true”)
4. Restart the servers. ...
5. Log into admin console using ADMIN , ADMIN.

or

2. Using the wsadmin command:

1. /wasInstallPath/AppServer1/bin/># wsadmin -conntype NONE
2. wsadmin> securityoff
3. wsadmin> exit
4. Restart the servers.
5. Enable the security from administrative console.

Enjoy.
 

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,496
× 1,326

Question asked: Dec 10 '21, 12:13 p.m.

Question was seen: 2,012 times

Last updated: Dec 10 '21, 2:15 p.m.

Confirmation Cancel Confirm