--- projects/cms/source/server/build/etc/default.properties 2003/03/01 01:15:54 1.19 +++ 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.19 2003/03/01 01:15:54 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 @@ -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