Ensure that the administration server and managed servers in the WebLogic domain are configured with a boot.properties
file.
To create a boot.properties file for the administration and managed servers:
- Browse the
data
directory of either the administration server or a managed server.For example,
<Weblogic_Home>\user_projects\domains\<P6_EPPM_Domain>\servers\AdminServer\data
. - Check if you have a directory called
nodemanager
. If you do not, create a directory called nodemanager beneath thedata
directory. - Create a text file in the
nodemanager
directory called boot.properties. - Edit boot.properties and then add the following lines:
- username=<WebLogic_Username>
- password=<WebLogic_Password>
Notes:
- <WebLogic_Username> is the name of the WebLogic administrator for the domain.
- <WebLogic_Password> is the password for the weblogic administrator.
- Save and close the file.
- Repeat this procedure for the administration server and every managed server at
<WebLogic_Home>\user_projects\domains\<P6_EPPM_Domain>\servers\
.Note: The username and password variables are encrypted in the
boot.properties
file the first time the servers start using the Node Manager.Where:
- <WebLogic_Home> is the WebLogic home directory. The default is
Oracle/Middleware/Oracle_Home
. - <P6_EPPM_Domain> is the WebLogic domain for P6 EPPM.
- <WebLogic_Home> is the WebLogic home directory. The default is