Update the distributed configurations
This version of Bedework uses configurations stored in a directory in jboss. These configurations may be edited or modified using the JMX console.
Before starting ensure that you have a working quickstart and it is recommended that you save your entire configuration elsewhere so that it does not get overwritten.
In all cases when using the jmx console, navigate to the appropriate page, modify the field(s), click on the "Apply Changes" button then click on the "Invoke" button for the "saveConfig" operation. That last step saves the change to the configuration file.
All configuration files are under <quickstart>/jboss-5.1.0.GA/server/default/conf/bedework
The files and their corresponding JMX page are described below.
bwcore/dbconfig.xml
JMX: org.bedework.bwengine.core -> service=DbConf
This sets the hibernate configuration for the bedework calendar engine. You probably only need to set the dialect.
bwengine/dirconfigs/dir-config.xml
JMX: org.bedework.bwengine -> Name=dir-config,Type=dirconfig,service=System
Set the defaultDomain and domains values. For a single domain they will both be the same - your domain
bwengine/dirconfigs/user-ldap-group.xml
JMX: org.bedework.bwengine -> Name=user-ldap-group,Type=dirconfig,service=System
Set the defaultDomain and domains values. For a single domain they will both be the same - your domain.
The remaining values provide the configuration needed to link to your enterprise directory. This is mostly required to obtain group information for personal calendaring.