Runtime tools : Core components : Contexts : Tasks : Customizing contexts : Defining contexts : Defining root context
  
Defining root context
When you define type="root" in the context definition, this context will be created as root context automatically when the toolkit is initialized. If there is no context definition as root context, the first context created by the application will be set as the root context.
Note There can be only one root context in the toolkit.
Definition sample
<context id="branchServer" type="root" parent="nil">
  <refKColl refId="branchData" />
</context>
Go up to
Defining contexts