[Original] On weblogic11g, how to set boot. properties so that WebLogic does not need to enter a password to start

Source: Internet
Author: User

See Official Documents: http://docs.oracle.com/cd/E15523_01/web.1111/e13708/overview.htm#i1068996

Write your own practice here (for Linux platform and Windows platform, refer to modify setdomainenv. cmd ):

Step 1: Create the boot. properties file in your $ {domain_home} folder according to the method before the 11g version. The content is:

Username = weblogic

Password = welcome1

Step 2: Modify setdomainenv. Sh in the $ {domain_home}/bin folder and find 【# Set the classpath]This line, Modify the content of the above two rows:

From:

Java_options = "$ {java_options }"
Export java_options

To:

Java_options = "$ {java_options}-dweblogic. system. bootidentityfile =$ {domain_home}/boot. properties"
Export java_options
 

To achieve our needs.

 

 

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.