`

Forgot password and cannot access WebSphere Application Server administrative co

 
阅读更多
Forgot password and cannot access WebSphere Application Server administrative console

Technote (troubleshooting)

Problem(Abstract)
Forgot the password and cannot access WebSphere Application Server administrative console.
Cause
After enabling WebSphere Application Server with security, the administrator forgot the user id and password and could no longer access the server.
Resolving the problem
WARNING: Please use this as the last resort and make sure the server is not in the middle of processing any transactions.
There are 2 possible methods for disabling security:

By way of wsadmin command:
<WAS_INSTALL_DIR>/bin/> wsadmin -conntype NONE
wsadmin> securityoff
wsadmin> exit
Restart the servers.
Enable the security from administrative console.
Restart the servers.


By way of manual edit of 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.
Enable the security from administrative console.
Restart the servers.


For additional information regarding enabling administrative security, please refer to this link:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tsec_csec2.html

reference:
http://www-01.ibm.com/support/docview.wss?uid=swg21405302
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics