ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/default.properties
(Generate patch)

Comparing projects/cms/source/server/build/etc/default.properties (file contents):
Revision 1.19 by tdb, Sat Mar 1 01:15:54 2003 UTC vs.
Revision 1.20 by tdb, Mon May 5 22:04:59 2003 UTC

# Line 9 | Line 9
9   # which ORB to use.
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
12  
13   # Default naming service location
14   ORBInitRef.NameService=http://localhost:8052/NS_Ref
# Line 71 | Line 70 | uk.org.iscream.cms.server.LoggerClass.SimpleGUILogger.
70   # Ensure you read all documentation regarding the order of starting
71   # components
72   #
73 + # [nb. the dependency checking code should take care of the order]
74 + #
75   # Core - Must be first
76 < # DBInterface & ClientInterface - Must be before RootFilter
77 < # RootFilter - Must be after above, and before Filter
78 < # Filter - Must be after above
76 > # RootFilter - Must be before Filter and ClientInterfaces
77 > # ClientInterface - Must be after RootFilter
78 > # Filter - Must be after RootFilter
79   # FilterManager - Must be after the filters
80   # Client - Must be after the ClientInterface, but usually last
81   #
82   # Thus a typical order is:
83 < # Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client
84 < uk.org.iscream.cms.server.ComponentList=Core;ClientInterface;RootFilter;Filter;FilterManager;Client
83 > # Core;RootFilter;ClientInterface;Filter;FilterManager;Client
84 > uk.org.iscream.cms.server.ComponentList=Core;RootFilter;ClientInterface;Filter;FilterManager;Client

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines