Cloudsync Properties
Page 10 of 17

cloudscape.listener.synchronization.address

Function

The cloudscape.listener.synchronization.address property resembles a published property because you set it at the source, its value is included in the copy file that creates the target, and it is used only at the target. However, it is a source property, not a target property.

Syntax

cloudscape.listener.synchronization.address=address

Default

With the servlet API, there is no default value.

With built-in HTTP support, the default is:

http://hostname:port/application

where hostname is the result of the java.net.InetAddress.getLocalHost().getHostName() method, and port is 2001. The word application is required.

NOTE: With built-in HTTP support, if you have configured cloudscape.DataComm.port to a value other than 2001, you must set this property to the correct value.

Scope

Database

System

Example

cloudscape.listener.synchronization.address=http://myhost:7001/application

CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.listener.synchronization.address', 'http://myhost:7001/application')

NOTE: If you change this property after creating publications and targets, existing targets will not be able to refresh.