Set PollSchedule Properties

The configuration file escenic-config/com/escenic/poll/PollSchedule.properties can be used to set the following properties:

serviceEnabled

This property is set to false by default, which means that poll-related data is not stored in the database. This means that all poll-related data will be lost whenever the Escenic server is restarted. For production purposes, therefore, you must set this property to true. Note , however, that In a multi-server environment it must only be set to true on one server.

To set this property to true, add the following line to PollSchedule.properties:

serviceEnabled=true

If escenic-config/com/escenic/poll/PollSchedule.properties does not already exist, then copy PollSchedule.properties from escenic-home/engine/plugins/poll/misc/siteconfig/com/escenic/poll to escenic-config/com/escenic/poll/ and set the required properties.