首页 > Web开发 > 详细

Websphere 重置admin 控制台密码

时间:2014-09-05 14:12:01      阅读:1442      评论:0      收藏:0      [点我收藏+]

By way of wsadmin command:

  1. <WAS_INSTALL_DIR>/bin/> wsadmin -conntype NONE
  2. wsadmin> securityoff
  3. wsadmin> exit
  4. Restart the servers.
  5. Enable the security from administrative console.
  6. Restart the servers.



By way of manual edit of security.xml file, which is typically located in <WAS_POFILE_HOME>/config/cells<CELL_NAME> /:

    1. Create a copy for security.xml file, in case you need to roll back.
    2. Disable the security from the security.xml file (change the very first occurrence of... enabled="true" to enabled="false")
    3. Restart the servers.
    4. Enable the security from administrative console.
    5. Restart the servers.

Websphere 重置admin 控制台密码

原文:http://www.cnblogs.com/dylanw/p/3957889.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!