--- projects/cms/source/server/build/etc/default.properties 2001/03/02 00:26:01 1.7 +++ projects/cms/source/server/build/etc/default.properties 2003/05/05 22:04:59 1.20 @@ -2,14 +2,17 @@ # be used as defaults by the I-Scream CORE # # $Author: tdb $ -# $Id: default.properties,v 1.7 2001/03/02 00:26:01 tdb Exp $ +# $Id: default.properties,v 1.20 2003/05/05 22:04:59 tdb Exp $ # These properties are REQUIRED by the system to tell it # which ORB to use. -org.omg.CORBA.ORBClass= jacorb.orb.ORB -org.omg.CORBA.ORBSingletonClass= jacorb.orb.ORBSingleton +org.omg.CORBA.ORBClass= org.jacorb.orb.ORB +org.omg.CORBA.ORBSingletonClass= org.jacorb.orb.ORBSingleton +# Default naming service location +ORBInitRef.NameService=http://localhost:8052/NS_Ref + # The logging verbosity to be used by the system, # ie, how much information will be printed to the # log file, where the number is: @@ -22,18 +25,18 @@ org.omg.CORBA.ORBSingletonClass= jacorb.orb.ORBSinglet # DEBUG - (5) All debugging messages # # [default = 3] -uk.ac.ukc.iscream.Verbosity= 5 +uk.org.iscream.cms.server.Verbosity= 3 # The directory containing all the configuration files # for the system # # [default = cwd] -uk.ac.ukc.iscream.ConfigurationLocation=./etc -uk.ac.ukc.iscream.SystemConfigurationFile=system.conf +uk.org.iscream.cms.server.ConfigurationLocation=./etc +uk.org.iscream.cms.server.SystemConfigurationFile=system.conf # The time in seconds that the system should wait before # trying again to start it. -uk.ac.ukc.iscream.ComponentTimeout=5 +uk.org.iscream.cms.server.ComponentTimeout=5 # Currently unused, but will allow the # user to select what logger they use @@ -54,26 +57,28 @@ uk.ac.ukc.iscream.ComponentTimeout=5 # hold in the window] # # [default = ScreenLogger] -uk.ac.ukc.iscream.LoggerPackage=uk.ac.ukc.iscream.core.loggers -uk.ac.ukc.iscream.LoggerClass=FileLogger +uk.org.iscream.cms.server.LoggerPackage=uk.org.iscream.cms.server.core.loggers +uk.org.iscream.cms.server.LoggerClass=ScreenLogger -uk.ac.ukc.iscream.LoggerClass.FileLogger.filename=/home/cut/iscream/www/server.log +uk.org.iscream.cms.server.LoggerClass.FileLogger.filename=/var/log/i-scream.log -uk.ac.ukc.iscream.LoggerClass.SimpleSwingLogger.maxMessages=1000 -uk.ac.ukc.iscream.LoggerClass.SimpleGUILogger.maxMessages=1000 +uk.org.iscream.cms.server.LoggerClass.SimpleSwingLogger.maxMessages=1000 +uk.org.iscream.cms.server.LoggerClass.SimpleGUILogger.maxMessages=1000 # A list of components that should be started by the component manager # ORDER IS IMPORTANT # Ensure you read all documentation regarding the order of starting # components # +# [nb. the dependency checking code should take care of the order] +# # Core - Must be first -# DBInterface & ClientInterface - Must be before RootFilter -# RootFilter - Must be after above, and before Filter -# Filter - Must be after above +# RootFilter - Must be before Filter and ClientInterfaces +# ClientInterface - Must be after RootFilter +# Filter - Must be after RootFilter # FilterManager - Must be after the filters # Client - Must be after the ClientInterface, but usually last # # Thus a typical order is: -# Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client -uk.ac.ukc.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client +# Core;RootFilter;ClientInterface;Filter;FilterManager;Client +uk.org.iscream.cms.server.ComponentList=Core;RootFilter;ClientInterface;Filter;FilterManager;Client