您的位置:首页 > 其它

reset admin password for weblogic v10.3

2010-11-15 14:38 447 查看
scenario 1, sometimes we might forget the admin console password.

scenario 2, we want to skip to key in username/password while admin console startup

go to <weblogic root folder>/user_projects/domains/<your domain>/servers/<your domain>AdminServer/

to add a folder /security and add a new property boot.properties

the content in this property would be

username=<your username to access admin console>

password=<your password to access admin console>

then, restart weblogic , weblogic will encrypt username/password in boot.properties, the content maybe:

#Mon May 10 12:56:22 SGT 2010

password={3DES}AWQsP+YSimYA7Je1swu9tQ/=/=

username={3DES}AWQsP+YSimYA7Je1swu9tQ/=/=

(maybe you need to restart weblogic again if you found some exception. then everything will be fine.)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: