weblogic生产模式用户名密码文件

1. 在建立域的时候需要制定为生产模式

建立域是 在目录bea/weblogic92/common/bin/config.sh

2. 建立一个新的文件 boot.properties

目录 bea/user_projects/domains/cyh_domain

具体命令: touch boot.properties

更改文件权限 chmod

加入写的内容 vi boot.properties 进去后会有警告选择 输入字符 e

password=??

username=??

 

:x

 

3. 完成

 

你可能感兴趣的:(weblogic)