--- projects/cms/source/server/README 2000/12/11 23:39:56 1.3.2.1 +++ projects/cms/source/server/README 2000/12/13 18:34:09 1.4 @@ -1,18 +1,21 @@ i-scream Server Startup ======================= -Current startup sequence: +Recommended startup sequence of components: -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 +Core +ClientInterfaceMain +DBInterfaceMain +FilterManager +RootFilterMain +FilterMain -In it's current state just typing "make run" will compile and package the -whole server. However, only the Core can be run from this until the branch -is merged back onto the main tree and the ComponentManager integrated. +It is not necessary to start both the ClientInterfaceMain and DBInterfaceMain, +the server will handle only one. Multiple Filter's can be started as required. + +These are all loaded through the ComponentManager. More details on how to +operate this will be provided later on. Typing "make run" will make an +attempt to load it up. nb. You will need to ensure that the relevant libraries are in the build/lib directory. See the README in there for details.