Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This version of Bedework uses configurations stored in a directory in jboss. These configurations may should be edited or modified using the JMX console.

...

The files and their corresponding JMX page are described below. Note that only the JMX console shows all available configuration options. Those that are not set do not appear in the xml configuration.

bwcore/dbconfig.xml

JMX: org.bedework.bwengine.core -> service=DbConf

...

This is also the JMX page you visit to reindex the data should that be required.

bwengine/mailer.xml

JMX: org.bedework.bwengine -> service=mailer

Provides some configuration for outbound mail. No changes needed.

bwengine/synch.xml

JMX: org.bedework.bwengine -> service=synch

Provides some configuration for the bedework end of the synchronization engine connection. If the synch engine runs locally changes are probably not needed.

bwengine/system.xml

JMX: org.bedework.bwengine -> service=system

A number of changes may be needed here - the more important settings:

  • tzid - the default timezone for the system. Should be set to your local timezone.
  • eventregAdminToken - see event registration.
  • systemid - change top refer to your local domain. Only used for identification purposes.
  • rootUsers - you may need to change this. Should be a very restricted set of users.
  • mailerClass - set to "org.bedework.mail.SimpleMailer" to enable outbound mail
  • tzServeruri - only change if running an outboard timezone server

In addition to the settings there is a display of some system collected statistics. Refreshing the page should show an updated view.

bwengine/unauthCardDav.xml

...