Cloudsync Properties
Page 8 of 17

cloudscape.DataComm.port

Function

Set this property only when using built-in HTTP support to manage refresh messages, not when using the servlet API (as specified by the cloudscape.DataComm.listenType property).

The cloudscape.DataComm.port property specifies the port number on which the source databases of the given Cloudscape system expect to receive refresh messages. All the databases in the system will use this port. Set this property in the source database system before running COPY PUBLICATION. The host name of the source's system is automatically set in the target databases when they are created. This property is only meaningful on a system for which cloudscape.DataComm.listenType is set to builtinHttp.

NOTE: Be sure to specify a new port number if there is any chance that another source database will run concurrently in another Cloudscape system on the same host, since by default it will try to use the same port.

Syntax

cloudscape.DataComm.port=portNumber

Default

The default port number is 2001.

Example

cloudscape.DataComm.port=2002

Scope

System-wide, database-wide