Cloudsync Properties
Page 7 of 17

cloudscape.DataComm.listenType

Function

The cloudscape.DataComm.listenType property specifies whether you will be using the servlet API or built-in HTTP support to manage refresh messages. The two possible values are servlet and builtinHttp. If you set it to servlet, you must register the servlet at the source server and you also need to set the cloudscape.listener.synchronization.address property to point to it. Of course, the source server must have servlet capabilities.

This property is only meaningful on a source database. It is ignored at other databases. You must reboot for this property to take effect.

Syntax

cloudscape.DataComm.listenType=refreshService

Default

builtinHttp

Example

cloudscape.DataComm.listenType=servlet

Scope

System-wide