Disable Security in WebSphere Application Server with wsadmin

You can disable security of WAS by doing this, this is helpful when you forget credential to login into Deployment Manager console. This instructions are based on UNIX.

 

1. cd $WAS_HOME/bin

2. Execute
 
  ./wsadmin -conntype NONE

3. Execute

  securityoff

4. Execute

  exit

5. Restart WebSphere. (Deployment Manager first, then NodeAgent)

 

Now you should be able to login into Deployment Manager console without credential.