PreviousNextIndex
Good Technology

Setting Push Properties

The following are properties you can set in the Good Intranet Server properties file (install_dir\config.props) to control push behavior.

Activation and Logging Properties

Use the following properties to activate push messaging:

Property Name
Default Value
Description
push.enable
true
If set to true, activates push messaging on Good Intranet Server.
push.log.enable
true
If set to true, enables logging of push messages.

Configuring Hosts

Use the push.allowedhosts property in the config.props file controls which hosts will be allowed to perform push operations.

The following are some example values:

Example
Description
push.allowedhosts host-1 host-2
Enables push messaging from host-1 and host-2
push.allowedhosts
If no hosts are defined, push operations are denied on all hosts.
push.allowedhosts all
Allows push operations from all hosts.

If the push.allowed hosts property is not specified in the config.props file, push operations are allowed only from the machine running the server. This is equivalent to: push.allowedhosts localhost

Properties for the Push Console Interface

The following additional properties appear in the config.props file. Some of these properties apply to the push console interface and are typically set from that interface. The last one applies to the header information associated with the push message.

Property
Description
push.ui.scheduler.invoke.
interval
The interval (in minutes) between each recurring submit.
push.ui.scheduler.status.
interval
Time interval in minutes that occurs between push status checks.
push.ui.scheduler.cleanup.interval
Time interval (in days) between each scheduler clean up cycle.
push.ui.scheduler.cleanup.windows
Clean up windows for push records and push address records in the push database (applies to non-pending pushes).
push.ui.scheduler.startup.delay
The delay (in minutes) before the push GUI internal thread starts or restart.
push.ui.accept.header
Specifies the MIME types that have to be sent with the accept header when requesting the URL in the pushed message. This property allows the user to enter a value appropriate for the user agent header when making request for the URL in the push. By default the GoodAccess (Server Push) will be sent as a user agent even if the property is not enabled in the config.props.

Push Database Location

Use the following property in config.props file to set the location of directory files for the push database.

Property
Description
push.persistence.directory
The location of the directory files for the push database. By default, the files are located in install_dir/dbdir/push.


Good Technology
www.good.com
Voice: 1 866-7-BE-GOOD
sales@good.com
PreviousNextIndex