There are 2 possible methods for disabling security. Both methods require you have server access.
a) Using wsadmin command:
<WAS_INSTALL_DIR>/bin/> ./wsadmin.sh -conntype NONE
WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
WASX7029I: For help, enter: "$Help help"
wsadmin>securityoff
LOCAL OS security is off now but you need to restart server1 to make it affected.
wsadmin>exit
Restart server.
b) Manually editing security.xml file:
Create a copy for security.xml file, in case you need to roll back.
Disable the security from the security.xml file (change the very first occurrence of... enabled="true" to enabled="false")
Restart the servers.
a) Using wsadmin command:
<WAS_INSTALL_DIR>/bin/> ./wsadmin.sh -conntype NONE
WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
WASX7029I: For help, enter: "$Help help"
wsadmin>securityoff
LOCAL OS security is off now but you need to restart server1 to make it affected.
wsadmin>exit
Restart server.
b) Manually editing security.xml file:
Create a copy for security.xml file, in case you need to roll back.
Disable the security from the security.xml file (change the very first occurrence of... enabled="true" to enabled="false")
Restart the servers.
Comments
Post a Comment