Thursday, February 18, 2010

Dissable security

To disable global security either edit the security.xml file or use the wsadmin tool.




$WAS_HOME\config\cells\cellname\security.xml



Using WAS command-line client wsadmin (run with was user or root privileges):

1. Open a connection to local WAS in offline mode

wsadmin -conntype NONE



2. Turn off global security

wsadmin> securityoff



3. Save

wsadmin> $AdminConfig save

No comments:

Post a Comment