How to create Boot Identity File for weblogic
Version: Weblogic 10.3.5, Weblogic 10.3.6
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\AdminServer\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. 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
Version: Weblogic 10.3.5, Weblogic 10.3.6
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\AdminServer\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. 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
No comments:
Post a Comment