We have an admin account for our websphere application version 6.1 ! User admin account is wwsadmin. We have forgot the password of this admin account and not able to login into our console. Can anybody tell how we can reset the password of this admin account. I tried google and applied some steps but no help. Anyone who have worked as a admin for websphere 6.1 ?
First, turn off admin security:
$WAS_HOME/bin/wsadmin.bat -connType NONE
wsadmin> securityoff
wsadmin> securityoff()
$WAS_HOME/bin/stopServer.bat server1
$WAS_HOME/bin/startServer.bat server1
Then, connect to the admin console and set new admin user credentials and turn security back on:
These steps will work for WebSphere versions 6.0 and up.