--- projects/cms/source/server/build/etc/default.properties 2003/02/22 18:31:02 1.18 +++ projects/cms/source/server/build/etc/default.properties 2003/05/05 22:04:59 1.20 @@ -2,14 +2,13 @@ # be used as defaults by the I-Scream CORE # # $Author: tdb $ -# $Id: default.properties,v 1.18 2003/02/22 18:31:02 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= org.jacorb.orb.ORB org.omg.CORBA.ORBSingletonClass= org.jacorb.orb.ORBSingleton -jdbc.drivers= org.gjt.mm.mysql.Driver # Default naming service location ORBInitRef.NameService=http://localhost:8052/NS_Ref @@ -26,7 +25,7 @@ ORBInitRef.NameService=http://localhost:8052/NS_Ref # DEBUG - (5) All debugging messages # # [default = 3] -uk.org.iscream.cms.server.Verbosity= 5 +uk.org.iscream.cms.server.Verbosity= 3 # The directory containing all the configuration files # for the system @@ -71,13 +70,15 @@ uk.org.iscream.cms.server.LoggerClass.SimpleGUILogger. # 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.org.iscream.cms.server.ComponentList=Core;ClientInterface;RootFilter;Filter;FilterManager;Client +# Core;RootFilter;ClientInterface;Filter;FilterManager;Client +uk.org.iscream.cms.server.ComponentList=Core;RootFilter;ClientInterface;Filter;FilterManager;Client