码迷,mamicode.com
首页 > Web开发 > 详细

Websphere 重置admin 控制台密码

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

标签:ar   for   art   sp   on   c   ad   res   type   

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 控制台密码

标签:ar   for   art   sp   on   c   ad   res   type   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!