If a <machine> element already exists for AdminServer
, this procedure can be skipped.
To associate the administration server with machines on the P6 EPPM domain:
- Browse to the
<Weblogic_Home>\user_projects\domains\<P6_EPPM_Domain>\config.
- Make a copy of config.xml as a back up of the existing file.
- Open config.xml with a text editor.
- Search for <name>AdminServer</name>
.
- Locate the </ssl> element and then add the following line beneath it:
<machine><!--Machine_Name--></machine>
Note: If an </ssl> element does not exist, locate and add the line <machine><Machine_Name></machine> above the <listen-address> element.
Where:
<!--Machine_Name-->
is the logical name of the machine created for the WebLogic domain. - Save and close the file.