Thursday, December 30, 2010

Disable prompt of 'weblogic' password when starting soa_server1

As part of the installation of Oracle SOA Suite 11g , a 'soa_server1' managed server is created on the WebLogic Server. However, every time you start up the managed server, you are prompted for the weblogic username and password:

To disable the prompting of the password, perform the following:

1. Run the following commands (adjusting as necessary for your environment):
export MW_HOME=/u01/app/oracle/middleware

mkdir -p $MW_HOME/user_projects/domains/base_domain/servers/soa_server1/security

cd $MW_HOME/user_projects/domains/base_domain/servers/soa_server1/security
2. Create a "boot.properties" file in this directory, with the following:
username=weblogic
password=welcome1
Upon started up 'soa_server1' the next time, the password will be encrypted.

Applicable Versions:
  • Oracle SOA Suite 11g (11.1.1.x)

No comments: