Linux op koriyuki weblogic no password to start

Source: Internet
Author: User
Tags ldap

1. Set the WebLogic to developer mode

Domains/base_domain/bin/setdomainenv.sh:

Production_mode= "false"


Domains/base_domain/config/config.xml:

<production-mode-enabled>false</production-mode-enabled>----Delete

<!--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. Create Boot.properties

Domains/base_domain/security

VI boot.properties

Password=ghca3a12

Username=weblogic

Create security directory and Boot.properties

Domains/base_domain/servers/adminserver/security

VI boot.properties

Password=ghca3a12

Username=weblogic


3, if the newly installed domain reported the following error is the password caused by

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

Weblogic.security.SecurityInitializationException:Authentication for user denied


4. Change the developer mode to producer mode

Domains/base_domain/bin/setdomainenv.sh:

Production_mode= "true"







This article is from the "Silent Dialogue" blog, please be sure to keep this source http://chbinmile.blog.51cto.com/6085145/1878199

Linux op koriyuki weblogic no password to start

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.