| 31 |
|
uk.ac.ukc.iscream.ConfigurationLocation=./etc |
| 32 |
|
uk.ac.ukc.iscream.SystemConfigurationFile=system.conf |
| 33 |
|
|
| 34 |
+ |
# The time in seconds that the system should wait before |
| 35 |
+ |
# trying again to start it. |
| 36 |
+ |
uk.ac.ukc.iscream.ComponentTimeout=5 |
| 37 |
+ |
|
| 38 |
|
# Currently unused, but will allow the |
| 39 |
|
# user to select what logger they use |
| 40 |
|
# Please choose the Logger class that you wish to use |
| 72 |
|
# RootFilter - Must be after above, and before Filter |
| 73 |
|
# Filter - Must be after above |
| 74 |
|
# FilterManager - Must be after the filters |
| 75 |
+ |
# Client - Must be after the ClientInterface, but usually last |
| 76 |
|
# |
| 77 |
|
# Thus a typical order is: |
| 78 |
< |
# Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager |
| 79 |
< |
uk.ac.ukc.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager |
| 78 |
> |
# Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |
| 79 |
> |
uk.ac.ukc.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |