作用是让server启动时自动从boot.properties文件中读取用户名和密码,并登录
以下是文档原文:Setting theBoot Login for WebLogic Server
The WebLogic Server uses the login information contained in theboot.propertiesfile to start the server. This file contains ausernameandpasswordthat
must match a username and password in the configured authentication policy. Theboot.propertiesfile is located in the WebLogic Server domain directory
on the machine on which the Security Service Module is installed, for example:
BEA_HOME/user_projects/domains/mydomain
If you used a username ofsystemand a password ofweblogic,
then modify WebLogic Serverboot.propertiesin the domain as follows:
user = system
password = weblogic
The next time you start the WebLogic Server, the username and password you specified are encrypted.
上面的方式,适用于admin server,
若是managed server则要进入
BEA_HOME/user_projects/domains/mydomain
并创建boot.properties文件。
1263

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



