Apr
14
Disabling WAS security by editing the configuration file
Posted by | Posted in WebSphere | Posted on 14-04-2008
Tagged Under : WAS, WebSphere, WebSphere Application Server
Some times there might be cases like forgetting WebSphere admin console password where we need to disable WebSphere Application Server security by editing configuration files without logging into the WAS admin console. In order to does this go to
WAS_INSTALL_DIR/profiles/<profileName>/config/cells/<cellName>/ |
and open the file security.xml. Search for a tag name
<security:Security. |
This would be the first tag in security.xml file. In this tag we can see an attribute called
enabled="true" |
Just change the value to false. Save the file and restart the server. Security will be disabled on the server.



well done, bro
Hi ,
I disabled the security using “security.xml ” and
i followed the same steps still i am unable login into the console.It is asking the credentials
can any one help me on this issue ?
Please check after clearing the browser cache. Most of the time it works.
Awesome post brother…