1、将weblogic设置为开发者模式
domains/base_domain/bin/setDomainEnv.sh:
PRODUCTION_MODE="false"
domains/base_domain/config/config.xml:
<production-mode-enabled>false</production-mode-enabled> ----删除
<!-- username=weblogic ; password=ghca3a12 -->
<default-realm>myrealm</default-realm>
<credential-encrypted>ghca3a12</credential-encrypted>
<node-manager-username>weblogic</node-manager-username>
<node-manager-password-encrypted>ghca3a12</node-manager-password-encrypted>
</security-configuration>
<server>
<name>AdminServer</name>
<listen-address/>
</server>
<embedded-ldap>
<name>base_domain</name>
<credential-encrypted>ghca3a12</credential-encrypted>
</embedded-ldap>
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"
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号