Next steps
After you have deployed the desktop ObjectServer architecture, you can configure the Web GUI dual-server desktop architecture.
Proceed as follows:
- On the Web GUI, server, open the ncwDataSourceDefinitions.xml file.
- Define the DIS_1 ObjectServer as a display server of the AGG_P
ObjectServer:
- Locate the <ncwDataSourceDefinition> element for AGG_P.
- Set the type attribute of the <ncwDataSourceDefinition> element to multipleServerOSDataSource.
- 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>
- Save and close the file.
- Stop the server by entering the following command:
- install_dir/bin/stopServer.sh server1 -username SM_Administrator_username -password password
- install_dir/bin/stopServer.bat
- Restart the server by entering the following command:
- install_dir/bin/startServer.sh server1
- install_dir/bin/startServer.bat server1