在Weblogic中使用Boot Identity File设置密码

Posted 百思不得其姐

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Weblogic中使用Boot Identity File设置密码相关的知识,希望对你有一定的参考价值。

管理服务器设置密码:

1、如果在开发者模式下面,系统会自动在/u01/weblogic/Oracle/Middleware/user_projects/domains/server1_domain/servers/AdminServe下面创建一个boot.properties的文件。

2、生产模式下必须自己去创建,创建完成以下,必须最少启动管理服务器一次,使用命令行输入用户名和密码,并且初始化整个启动过程。

[[email protected] AdminServer]$ mkdir security 
[[email protected] AdminServer]$ ls
cache  data  logs  security  tmp
[[email protected] AdminServer]$ cd security
[[email protected] security]$ ls
[[email protected] security]$ vim boot.properties
[[email protected] security]$ ll -a
总用量 4
drwxrwxr-x. 2 weblogic weblogic 29 11月 25 20:16 .
drwxr-----. 7 weblogic weblogic 70 11月 25 20:14 ..
-rw-rw-r--. 1 weblogic weblogic 39 11月 25 20:16 boot.properties

在boot.proerties里面输入username=weblogic password=weblogic123 保存,然后启动管理服务器就不用输入密码。

受管理服务器设置密码:

必须最少启动受管理服务器一次,然后找到管理服务器的根目录/u01/weblogic/Oracle/Middleware/wlserver_10.3/common/bin/servers/Server-0

然后重复上面的操作

 

以上是关于在Weblogic中使用Boot Identity File设置密码的主要内容,如果未能解决你的问题,请参考以下文章

weblogic启动服务器Authentication denied: Boot identity not valid

linux下weblogic11g成功安装后,启动报错Getting boot identity from user

OBIEE 11g 用户在 Weblogic 中创建的管理工具中的 Identity Manager 中不可见

使用 spring-boot 和 Weblogic 公开 SOAP Webservice

如何在weblogic上运行spring boot

在weblogic12c上部署springBoot应用