| 23 |  | #   DEBUG   - (5) All debugging messages | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 24 |  | # | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 25 |  | # [default = 3] | 
 
 
 
 
 
 
 
 
 
 
 | 26 | < | uk.org.iscream.Verbosity= 5 | 
 
 
 
 
 
 
 
 
 | 26 | > | uk.org.iscream.cms.server.Verbosity= 5 | 
 
 
 
 
 
 
 
 
 
 
 | 27 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 28 |  | # The directory containing all the configuration files | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 29 |  | # for the system | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 30 |  | # | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 31 |  | # [default = cwd] | 
 
 
 
 
 
 
 
 
 
 
 | 32 | < | uk.org.iscream.ConfigurationLocation=./etc | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 33 | < | uk.org.iscream.SystemConfigurationFile=system.conf | 
 
 
 
 
 
 
 
 
 | 32 | > | uk.org.iscream.cms.server.ConfigurationLocation=./etc | 
 
 
 
 
 | 33 | > | uk.org.iscream.cms.server.SystemConfigurationFile=system.conf | 
 
 
 
 
 
 
 
 
 
 
 | 34 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 35 |  | # The time in seconds that the system should wait before | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 36 |  | # trying again to start it. | 
 
 
 
 
 
 
 
 
 
 
 | 37 | < | uk.org.iscream.ComponentTimeout=5 | 
 
 
 
 
 
 
 
 
 | 37 | > | uk.org.iscream.cms.server.ComponentTimeout=5 | 
 
 
 
 
 
 
 
 
 
 
 | 38 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 39 |  | # Currently unused, but will allow the | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 40 |  | # user to select what logger they use | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 55 |  | #                                      hold in the window] | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 56 |  | # | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 57 |  | # [default = ScreenLogger] | 
 
 
 
 
 
 
 
 
 
 
 | 58 | < | uk.org.iscream.LoggerPackage=uk.org.iscream.core.loggers | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 59 | < | uk.org.iscream.LoggerClass=FileLogger | 
 
 
 
 
 
 
 
 
 | 58 | > | uk.org.iscream.cms.server.LoggerPackage=uk.org.iscream.cms.server.core.loggers | 
 
 
 
 
 | 59 | > | uk.org.iscream.cms.server.LoggerClass=FileLogger | 
 
 
 
 
 
 
 
 
 
 
 | 60 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 61 | < | uk.org.iscream.LoggerClass.FileLogger.filename=/home/cut/iscream/www/server.log | 
 
 
 
 
 
 
 
 
 | 61 | > | uk.org.iscream.cms.server.LoggerClass.FileLogger.filename=/home/cut/iscream/www/server.log | 
 
 
 
 
 
 
 
 
 
 
 | 62 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 63 | < | uk.org.iscream.LoggerClass.SimpleSwingLogger.maxMessages=1000 | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 64 | < | uk.org.iscream.LoggerClass.SimpleGUILogger.maxMessages=1000 | 
 
 
 
 
 
 
 
 
 | 63 | > | uk.org.iscream.cms.server.LoggerClass.SimpleSwingLogger.maxMessages=1000 | 
 
 
 
 
 | 64 | > | uk.org.iscream.cms.server.LoggerClass.SimpleGUILogger.maxMessages=1000 | 
 
 
 
 
 
 
 
 
 
 
 | 65 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 66 |  | # A list of components that should be started by the component manager | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 67 |  | # ORDER IS IMPORTANT | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 77 |  | # | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 78 |  | # Thus a typical order is: | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 79 |  | # Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client | 
 
 
 
 
 
 
 
 
 
 
 | 80 | < | uk.org.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client | 
 
 
 
 
 
 
 
 
 | 80 | > | uk.org.iscream.cms.server.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |