weblogic密码修改
by Alex-luo @四夕alex
step1,
进入web端console控制台
进入域结构安全服务如图:
双击myrealm选择用户和组展开如图:
双击weblogic选择口令如图:
Web端修改密码要求长度8位,必须字母与数字组合
我修改全部为: username= weblogic password = weblogic1
在web端修改完密码之后刷新weblogic web端console 会报错
<BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid。The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
因为boot.properties的文件中的密码与新设置的密码不一致导致的,所以在这里我们把这个配置文件重设一下就可以了。
具体路径:/bea/user_projects/domains/wlotx/servers/AdminServer/security/boot.properties
将文件里的username和password改为我们的新密码,在下次重启时会自动用3DES加密成密文
如图:
重启weblogic。即可。
By Alexluo
2012-11-08