boot.properties file
OAM 11gR2, Oracle Access Manager new installation creates boot.properties for Admin Server.
However for Managed server you need to create boot.properties. If boot.properties is not there the weblogic server start will ask for credentials. So you create a new file boot.properties with just two lines as below.
Managed server uses this boot.properties file to retrieve the username/password in order to start/authenticate the managed services.
How to create boot.properties file
password=yourpassword
After first start of Managed server the contents of the file will be encrypted. So if you open the boot.properties file you will see two lines with some random text (which is actually encrypted version of the two lines). So if you forgot the password then by opening this file you will not be able to the see the password. In this case you will need to re-create the file.
However for Managed server you need to create boot.properties. If boot.properties is not there the weblogic server start will ask for credentials. So you create a new file boot.properties with just two lines as below.
Managed server uses this boot.properties file to retrieve the username/password in order to start/authenticate the managed services.
How to create boot.properties file
- First create new directory “security” and inside it create the boot.properties file.
- Enter below two lines (as shown below)
password=yourpassword
After first start of Managed server the contents of the file will be encrypted. So if you open the boot.properties file you will see two lines with some random text (which is actually encrypted version of the two lines). So if you forgot the password then by opening this file you will not be able to the see the password. In this case you will need to re-create the file.
Comments
Post a Comment