Weblogic passwordless startup for LINUX operation and maintenance

高洛峰
Release: 2023-03-02 18:56:01
Original
1690 people have browsed it

1、将weblogic设置为开发者模式

domains/base_domain/bin/setDomainEnv.sh:

PRODUCTION_MODE="false"


domains/base_domain/config/config.xml:

false   ----删除

 

 myrealm

     ghca3a12 


    weblogic

    ghca3a12

 

 

    AdminServer

   

 

 

    base_domain

    ghca3a12

 


2、创建boot.properties

domains/base_domain/security

vi boot.properties

password=ghca3a12

username=weblogic

创建security目录以及boot.properties

domains/base_domain/servers/AdminServer/security

vi boot.properties

password=ghca3a12

username=weblogic


3、如果新安装的domain报以下错误则就是密码导致的

Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user  denied

weblogic.security.SecurityInitializationException: Authentication for user  denied


4、将开发者模式修改为生产者模式

domains/base_domain/bin/setDomainEnv.sh:

PRODUCTION_MODE="true"


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!