Defining a new server role

You define server roles using the roles attribute on the <registry> element in file config.xml. In the base configuration, Guidewire defines the following default server roles:
  • <registry roles="batch, workqueue, scheduler, messaging, startable, ui" />
To add a specialized server role, say, one to use in managing activities, you need merely to add the new server role to the list of roles:
  • <registry roles="batch, workqueue, activity, scheduler, messaging, startable, ui" />

See also