7 |
|
|
8 |
|
# These properties are REQUIRED by the system to tell it |
9 |
|
# which ORB to use. |
10 |
< |
org.omg.CORBA.ORBClass= jacorb.orb.ORB |
11 |
< |
org.omg.CORBA.ORBSingletonClass= jacorb.orb.ORBSingleton |
10 |
> |
org.omg.CORBA.ORBClass= org.jacorb.orb.ORB |
11 |
> |
org.omg.CORBA.ORBSingletonClass= org.jacorb.orb.ORBSingleton |
12 |
> |
jdbc.drivers= org.gjt.mm.mysql.Driver |
13 |
|
|
14 |
+ |
# Default naming service location |
15 |
+ |
ORBInitRef.NameService=http://localhost:8052/NS_Ref |
16 |
+ |
|
17 |
|
# The logging verbosity to be used by the system, |
18 |
|
# ie, how much information will be printed to the |
19 |
|
# log file, where the number is: |
26 |
|
# DEBUG - (5) All debugging messages |
27 |
|
# |
28 |
|
# [default = 3] |
29 |
< |
uk.ac.ukc.iscream.Verbosity= 5 |
29 |
> |
uk.org.iscream.cms.server.Verbosity= 5 |
30 |
|
|
31 |
|
# The directory containing all the configuration files |
32 |
|
# for the system |
33 |
|
# |
34 |
|
# [default = cwd] |
35 |
< |
uk.ac.ukc.iscream.ConfigurationLocation=./etc |
36 |
< |
uk.ac.ukc.iscream.SystemConfigurationFile=system.conf |
35 |
> |
uk.org.iscream.cms.server.ConfigurationLocation=./etc |
36 |
> |
uk.org.iscream.cms.server.SystemConfigurationFile=system.conf |
37 |
|
|
38 |
|
# The time in seconds that the system should wait before |
39 |
|
# trying again to start it. |
40 |
< |
uk.ac.ukc.iscream.ComponentTimeout=5 |
40 |
> |
uk.org.iscream.cms.server.ComponentTimeout=5 |
41 |
|
|
42 |
|
# Currently unused, but will allow the |
43 |
|
# user to select what logger they use |
58 |
|
# hold in the window] |
59 |
|
# |
60 |
|
# [default = ScreenLogger] |
61 |
< |
uk.ac.ukc.iscream.LoggerPackage=uk.ac.ukc.iscream.core.loggers |
62 |
< |
uk.ac.ukc.iscream.LoggerClass=FileLogger |
61 |
> |
uk.org.iscream.cms.server.LoggerPackage=uk.org.iscream.cms.server.core.loggers |
62 |
> |
uk.org.iscream.cms.server.LoggerClass=ScreenLogger |
63 |
|
|
64 |
< |
uk.ac.ukc.iscream.LoggerClass.FileLogger.filename=/home/cut/iscream/www/server.log |
64 |
> |
uk.org.iscream.cms.server.LoggerClass.FileLogger.filename=/var/log/i-scream.log |
65 |
|
|
66 |
< |
uk.ac.ukc.iscream.LoggerClass.SimpleSwingLogger.maxMessages=1000 |
67 |
< |
uk.ac.ukc.iscream.LoggerClass.SimpleGUILogger.maxMessages=1000 |
66 |
> |
uk.org.iscream.cms.server.LoggerClass.SimpleSwingLogger.maxMessages=1000 |
67 |
> |
uk.org.iscream.cms.server.LoggerClass.SimpleGUILogger.maxMessages=1000 |
68 |
|
|
69 |
|
# A list of components that should be started by the component manager |
70 |
|
# ORDER IS IMPORTANT |
80 |
|
# |
81 |
|
# Thus a typical order is: |
82 |
|
# Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |
83 |
< |
uk.ac.ukc.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client |
83 |
> |
uk.org.iscream.cms.server.ComponentList=Core;ClientInterface;RootFilter;Filter;FilterManager;Client |