| 53 |
|
# Any hosts not specified by now have the default |
| 54 |
|
# config as given in this file. |
| 55 |
|
|
| 56 |
– |
# Another component of the system is the mySQL |
| 57 |
– |
# database part of the server call the DBInterface. |
| 58 |
– |
# This has it's own config so the passwords for the |
| 59 |
– |
# mySQL database can be kept seperate. |
| 60 |
– |
#config.mySQL=mySQL.conf |
| 56 |
|
|
| 62 |
– |
|
| 57 |
|
############################################################ |
| 58 |
|
#### Misc system-wide configuration |
| 59 |
|
############################################################ |
| 120 |
|
# And the names of the plugins to be loaded. |
| 121 |
|
Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker |
| 122 |
|
|
| 129 |
– |
# The special filter known as the "Root Filter" needs |
| 130 |
– |
# a name within the system. |
| 131 |
– |
RootFilter.name=root |
| 132 |
– |
|
| 123 |
|
# Every Filter, except the root, needs a parent to |
| 124 |
|
# send their data to. This is usually the root filter, |
| 125 |
|
# although in more complex setups it might be another |
| 151 |
|
|
| 152 |
|
|
| 153 |
|
############################################################ |
| 154 |
< |
#### Root filter interfaces configuration |
| 154 |
> |
#### Root filter configuration |
| 155 |
|
############################################################ |
| 156 |
|
|
| 157 |
< |
# The Root FIlter can send data to various upstream |
| 158 |
< |
# data processors. There are two of these at present |
| 159 |
< |
# in the server - the DBInterface and the ClientInterface. |
| 170 |
< |
# Their component names are given here as defined below. |
| 171 |
< |
# (the DBInterface is switched off - commented - by default) |
| 172 |
< |
#RootFilter.dbInterfaceName=database |
| 173 |
< |
RootFilter.realtimeInterfaceName=realtimeclients |
| 157 |
> |
# The special filter known as the "Root Filter" needs |
| 158 |
> |
# a name within the system. |
| 159 |
> |
RootFilter.name=root |
| 160 |
|
|
| 161 |
|
|
| 162 |
|
############################################################ |
| 166 |
|
# The client interface listens for connections from clients |
| 167 |
|
# on a TCP port. It is specified here. |
| 168 |
|
ClientInterface.listenPort=4510 |
| 183 |
– |
# The component name for the Client Interface. This should |
| 184 |
– |
# match the name specified to the Root Filter above. |
| 185 |
– |
ClientInterface.name=realtimeclients |
| 169 |
|
|
| 170 |
+ |
# The client interface needs to connect to another one to |
| 171 |
+ |
# receive data. There is a special client interface in the |
| 172 |
+ |
# root filter which is the top of the tree. |
| 173 |
+ |
ClientInterface.parent=root |
| 174 |
+ |
|
| 175 |
|
# The Client Interface has two channels, control and data. |
| 176 |
|
# Each of these can have an ACL for allowing connections. |
| 177 |
|
# As per previous examples in this configuration file they |
| 182 |
|
|
| 183 |
|
|
| 184 |
|
############################################################ |
| 185 |
< |
#### Database interface configuration |
| 185 |
> |
#### LocalClient Configuration |
| 186 |
|
############################################################ |
| 187 |
|
|
| 188 |
< |
# The name for the Database Interface. This should match |
| 189 |
< |
# the name given to the Root Filter. |
| 202 |
< |
DBInterface.name=database |
| 188 |
> |
# The parent for the Local Client |
| 189 |
> |
Client.parent=clientinterface1 |
| 190 |
|
|
| 191 |
|
|
| 192 |
|
############################################################ |