Tuesday, January 7, 2014

Disabling admin console security for WebSphere Application Server

Disabling global security in the WebSphere Application Server
1) using Websphere Admin console
2) By Editing security.xml file
Procedure :To disable global security, using websphere admin console
1)Login into admin console .
2)Go to the below Navigation
Security--->Global Security--->Administrative security---uncheck the check box
3)Restart the WebSphere Application Server. Global security is now disabled.
Procedure :To disable global security, edit the security.xml file
1)Locate the security.xml file. The file is in the following directory:
WAS_NODE_PROFILE_HOME/config/cells/webservicesm
where WAS_NODE_PROFILE_HOME is the directory of the WebSphere Application Server, and webservicesm is the name of the cell .
2)Edit the security.xml file
Search for the line that begins with the following tag security:Security
In that line, search for the enabled attribute, and change the value to false .
3)Save the security.xml file.
4)Restart the WebSphere Application Server. Global security is now disabled.

No comments:

Post a Comment