...
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 has no JMX presence and should not be changed.
bwengine/dumprestore.xml
JMX: org.bedework.bwengine -> service=dumprestore
This provides settings for the dump/restore service. No changes needed.
bwengine/genkeys.xml
JMX: org.bedework.util -> service=BwGenKeys
This provides settings for the key generation service. No changes needed. You should navigate to that jmx page and press the "invoke" button for the "genKeys" operation - this ensures your own copy of the keys for encryption.
bwengine/httpConfig.xml
JMX: org.bedework.bwengine -> service=httpConfig
Provides limits on outbound connections. No changes needed.
bwengine/indexing.xml
JMX: org.bedework.bwengine -> service=indexing
Configuration for the indexing process. This will be described in more detail elsewhere. This may need changes to enable a separate indexer process depending on the size of your data and/or clustering options.
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
...