How to create Boot Identity File for SOA
Version: SOA 11.1.1.5.0, SOA 11.1.1.6.0
Weblogic Contains out of box scripts to start up your Weblogic server instances like startWebLogic.cmd and startManagedWeblogic.cmd on Windows. Whenever you run these scripts, you are prompted to enter weblogic administrator credentials.
What is boot identity file:
It is a file which contains user credentials for starting and stopping an instance of Weblogic Server.
Steps:
1. Create a boot.properties file under
$MW_HOME\user_projects\domains\domain_name\servers\soaserver1\security
On windows: create boot.properties manually
On Linux: touch boot.properties
2. In the boot.properties file, provide weblogic username and password and save the file
Example: username=weblogic
password=enter password here
3. Start Admin Server and then start SOA Managed Server.The boot.properties file will get encrypted and you will no longer be prompted for a username and password when starting the weblogic administration server and SOA Managed Server
Version: SOA 11.1.1.5.0, SOA 11.1.1.6.0
Weblogic Contains out of box scripts to start up your Weblogic server instances like startWebLogic.cmd and startManagedWeblogic.cmd on Windows. Whenever you run these scripts, you are prompted to enter weblogic administrator credentials.
What is boot identity file:
It is a file which contains user credentials for starting and stopping an instance of Weblogic Server.
Steps:
1. Create a boot.properties file under
$MW_HOME\user_projects\domains\domain_name\servers\soaserver1\security
On windows: create boot.properties manually
On Linux: touch boot.properties
2. In the boot.properties file, provide weblogic username and password and save the file
Example: username=weblogic
password=enter password here
3. Start Admin Server and then start SOA Managed Server.The boot.properties file will get encrypted and you will no longer be prompted for a username and password when starting the weblogic administration server and SOA Managed Server
No comments:
Post a Comment