Associating the Administration Server with Machines on a P6 EPPM Domain
Starting and Stopping Servers > Configuring the Node Manager to Start and Stop Servers > Using the WebLogic Scripting Tool on Linux or UNIX
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.
Related Topics
Using the WebLogic Scripting Tool on Linux or UNIX
Creating a Configuration and Key File
Configure a boot.properties File for the Administration and Managed Servers
Using WebLogic Scripting to Start the P6 EPPM WebLogic Domain
Using WebLogic Scripting to Stop the WebLogic Domain for P6 EPPM
Daemonizing the P6 EPPM WebLogic Domain Processes
Starting the Node Manager with WebLogic
Setting the Node Manager as a Windows Service
Last Published Monday, November 4, 2024