--- projects/cms/source/server/README 2000/12/05 02:33:48 1.1 +++ projects/cms/source/server/README 2000/12/06 22:54:22 1.3 @@ -5,6 +5,7 @@ Current startup sequence: uk.ac.ukc.iscream.core.Core uk.ac.ukc.iscream.clientinterface.ClientInterfaceMain +uk.ac.ukc.iscream.dbinterface.DBInterfaceMain uk.ac.ukc.iscream.filtermanager.FilterManager uk.ac.ukc.iscream.rootfilter.RootFilterMain uk.ac.ukc.iscream.filter.FilterMain @@ -14,8 +15,9 @@ to be run in seperate terminal windows. make runcore make runclientinterface +make rundbinterface make runfiltermanager -make runrootfilter NAME=root +make runrootfilter make runfilter NAME=filter1 If all is working this will ensure every component, including the IDL, is