Skip to content
douglm edited this page Dec 21, 2012 · 5 revisions

Sync engine - notes to be converted to real docs

  • Runs in the background as a separate service
  • Communicates with endpoints via connectors
  • Currently have a read-only-file connector and a bedework over CalWS-SOAP connector

Keystore

A keystore location can be supplied. This setting is used to set the system property "javax.net.ssl.trustStore". I think this is only needed for non-standard certs as java has the standard certs already configured in to the runtime.

Debugging the engine

On start up - with debug enabled - the sync engine will emit information about the current state. This includes information about each subscription and its current state. This is probably unworkable on a production system which could have very many subscriptions.

Clone this wiki locally