域目录/servers/AdminServer 路径下
新建/security/boot.properties boot.properties
编辑内容:
username=weblogic
password=88888888
然后启动 ./startWeblogic.sh -Dweblogic.system.StoreBootIdentity=true
只需要第一次这样执行,以后直接用./startWeblogic.sh &正常启动即可。
本文介绍如何在WebLogic服务器中配置并使用boot.properties文件进行安全设置。通过在域目录下的/security路径新建并编辑boot.properties文件,设置用户名和密码,实现服务器的安全启动。仅需首次手动配置,之后可直接启动。
域目录/servers/AdminServer 路径下
新建/security/boot.properties boot.properties
编辑内容:
username=weblogic
password=88888888
然后启动 ./startWeblogic.sh -Dweblogic.system.StoreBootIdentity=true
只需要第一次这样执行,以后直接用./startWeblogic.sh &正常启动即可。
496

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