Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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. 

bwengine/authCardDav.xml

JMX: org.bedework.bwengine -> Type=authCardDav,service=carddavInfo

The location of the authenticated carddav service. The values may be appropriate for your deployment.

bwengine/authSystem.xml

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

This provides settings and limits for authenticated users of the system. Most of them affect personal calendaring. At least in the first instance the provided settings should be fine.

bwengine/basicSystem.xml

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/unauthCardDav.xml

JMX: org.bedework.bwengine -> Type=unauthCardDav,service=carddavInfo

The location of the authenticated carddav service. The values may be appropriate for your deployment.

bwengine/unauthSystem.xml

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

This provides settings and limits for unauthenticated users of the system. At least in the first instance the provided settings should be fine.

 

  • No labels