--- projects/cms/source/server/build/etc/default.properties 2001/01/15 03:33:43 1.3 +++ projects/cms/source/server/build/etc/default.properties 2001/05/29 17:02:34 1.15 @@ -1,14 +1,15 @@ # This file contains system properties that should # be used as defaults by the I-Scream CORE # -# $Author: ajm $ -# $Id: default.properties,v 1.3 2001/01/15 03:33:43 ajm Exp $ +# $Author: tdb $ +# $Id: default.properties,v 1.15 2001/05/29 17:02:34 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 +jdbc.drivers= org.gjt.mm.mysql.Driver # The logging verbosity to be used by the system, # ie, how much information will be printed to the @@ -22,15 +23,19 @@ 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= 5 # 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.org.iscream.cms.server.ComponentTimeout=5 + # Currently unused, but will allow the # user to select what logger they use # Please choose the Logger class that you wish to use @@ -50,13 +55,13 @@ uk.ac.ukc.iscream.SystemConfigurationFile=system.conf # hold in the window] # # [default = ScreenLogger] -uk.ac.ukc.iscream.LoggerPackage=uk.ac.ukc.iscream.core.loggers -uk.ac.ukc.iscream.LoggerClass=ScreenLogger +uk.org.iscream.cms.server.LoggerPackage=uk.org.iscream.cms.server.core.loggers +uk.org.iscream.cms.server.LoggerClass=FileLogger -uk.ac.ukc.iscream.LoggerClass.FileLogger.filename=/usr/local/proj/co600_10/servercore.log +uk.org.iscream.cms.server.LoggerClass.FileLogger.filename=/home/cut/iscream/www/server.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 @@ -68,7 +73,8 @@ uk.ac.ukc.iscream.LoggerClass.SimpleGUILogger.maxMessa # RootFilter - Must be after above, and before Filter # Filter - Must be after above # 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 -uk.ac.ukc.iscream.ComponentList=Core;ClientInterface;RootFilter;Filter;FilterManager +# Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client +uk.org.iscream.cms.server.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client