• Entries (RSS)
  • Comments (RSS)

Disabling WAS security by editing the configuration file

Posted by | Posted in WebSphere | Posted on 14-04-2008

Tagged Under : , ,

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.

Share

Read More

Comments

4 comments posted onDisabling WAS security by editing the configuration file

  1. well done, bro

  2. 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 ?

  3. Please check after clearing the browser cache. Most of the time it works.

  4. Awesome post brother… :)

Post a Comment