# | Line 9 | Line 9 | |
---|---|---|
9 | # which ORB to use. | |
10 | org.omg.CORBA.ORBClass= jacorb.orb.ORB | |
11 | org.omg.CORBA.ORBSingletonClass= jacorb.orb.ORBSingleton | |
12 | + | jdbc.drivers= org.gjt.mm.mysql.Driver |
13 | ||
14 | # The logging verbosity to be used by the system, | |
15 | # ie, how much information will be printed to the | |
# | Line 31 | Line 32 | uk.ac.ukc.iscream.Verbosity= 5 | |
32 | uk.ac.ukc.iscream.ConfigurationLocation=./etc | |
33 | uk.ac.ukc.iscream.SystemConfigurationFile=system.conf | |
34 | ||
35 | + | # The time in seconds that the system should wait before |
36 | + | # trying again to start it. |
37 | + | uk.ac.ukc.iscream.ComponentTimeout=5 |
38 | + | |
39 | # Currently unused, but will allow the | |
40 | # user to select what logger they use | |
41 | # Please choose the Logger class that you wish to use | |
# | Line 51 | Line 56 | uk.ac.ukc.iscream.SystemConfigurationFile=system.conf | |
56 | # | |
57 | # [default = ScreenLogger] | |
58 | uk.ac.ukc.iscream.LoggerPackage=uk.ac.ukc.iscream.core.loggers | |
59 | < | uk.ac.ukc.iscream.LoggerClass=ScreenLogger |
59 | > | uk.ac.ukc.iscream.LoggerClass=FileLogger |
60 | ||
61 | < | uk.ac.ukc.iscream.LoggerClass.FileLogger.filename=/usr/local/proj/co600_10/servercore.log |
61 | > | uk.ac.ukc.iscream.LoggerClass.FileLogger.filename=/home/cut/iscream/www/server.log |
62 | ||
63 | uk.ac.ukc.iscream.LoggerClass.SimpleSwingLogger.maxMessages=1000 | |
64 | uk.ac.ukc.iscream.LoggerClass.SimpleGUILogger.maxMessages=1000 | |
# | Line 68 | Line 73 | uk.ac.ukc.iscream.LoggerClass.SimpleGUILogger.maxMessa | |
73 | # RootFilter - Must be after above, and before Filter | |
74 | # Filter - Must be after above | |
75 | # FilterManager - Must be after the filters | |
76 | + | # Client - Must be after the ClientInterface, but usually last |
77 | # | |
78 | # Thus a typical order is: | |
79 | < | # Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager |
80 | < | uk.ac.ukc.iscream.ComponentList=Core;ClientInterface;RootFilter;Filter;FilterManager |
79 | > | # Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |
80 | > | uk.ac.ukc.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |