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.)
reset admin password for weblogic v10.3
最新推荐文章于 2026-06-26 09:25:39 发布
本文介绍如何设置WebLogic服务器,以便在启动时自动填充管理控制台的用户名和密码,通过创建boot.properties文件来实现这一目的,并确保敏感信息的安全加密。
3036

被折叠的 条评论
为什么被折叠?



