ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
(Generate patch)

Comparing projects/cms/source/server/build/etc/system.conf (file contents):
Revision 1.1 by tdb, Tue Dec 12 19:00:44 2000 UTC vs.
Revision 1.2 by tdb, Wed Dec 13 18:34:16 2000 UTC

# Line 0 | Line 1
1 + # This is the default system configuration file
2 + # used by all components of the i-scream system
3 + #
4 + # ALL configuration that uses the centralised
5 + # configuration system has this file as its
6 + # root of configuration
7 + #
8 + # $Author$
9 + # $Id$
10 +
11 + # FilterManager configuration
12 +
13 + # The default port to listen for new host connections
14 + FilterManager.listenPort=4567
15 +
16 + # The default port for Filter's to listen on
17 + Filter.UDPListenPort=4589
18 + Filter.TCPListenPort=4589
19 +
20 + # The name for the root filter
21 + RootFilter.name=root
22 + # Comment either of these (or delete them) and
23 + # that interface won't be started
24 + RootFilter.realtimeInterfaceName=realtimeclients
25 + RootFilter.dbInterfaceName=database
26 +
27 + # The port for the client interface to listen on
28 + ClientInterface.listenPort=4510
29 +
30 + # The default parent filter (should almost always be the same as Filter.rootFilter)
31 + Filter.parentFilter=root
32 +
33 + # The default filter for a new host
34 + Host.filter=filter1
35 +
36 + # The default update times for a new host
37 + Host.UDPUpdateTime=5
38 + Host.TCPUpdateTime=60
39 +
40 + # Plugin Information
41 + Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins
42 + Filter.Plugins=EnforceEssentialData
43 +
44 + # mySQL Details
45 + config.mySQL=mySQL.conf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines