Next steps

After you have deployed the desktop ObjectServer architecture, you can configure the Web GUI dual-server desktop architecture.

Proceed as follows:
  1. On the Web GUI, server, open the ncwDataSourceDefinitions.xml file.
  2. Define the DIS_1 ObjectServer as a display server of the AGG_P ObjectServer:
    1. Locate the <ncwDataSourceDefinition> element for AGG_P.
    2. Set the type attribute of the <ncwDataSourceDefinition> element to multipleServerOSDataSource.
    3. Add the <ncwReadCloudDefinition> element beneath the closing </ncwFailOverPairDefinition> element, in which you define the host and port of the DIS_1 display server. In the <ncwReadCloudDefinition> element, define DIS_1 in an <ncwOSConnection> element. For example:
      <ncwReadCloudDefinition>        
                     <ncwOSConnection host="ncdesk" port="4700"/>
      </ncwReadCloudDefinition>
  3. Save and close the file.
  4. Stop the server by entering the following command:
    • For Linux operating systemFor UNIX operating systeminstall_dir/bin/stopServer.sh server1 -username SM_Administrator_username -password password
    • For Windows operating systeminstall_dir/bin/stopServer.bat
  5. Restart the server by entering the following command:
    • For Linux operating systemFor UNIX operating systeminstall_dir/bin/startServer.sh server1
    • For Windows operating systeminstall_dir/bin/startServer.bat server1