--- projects/cms/source/server/README 2000/12/06 22:54:22 1.3 +++ projects/cms/source/server/README 2000/12/11 23:39:56 1.3.2.1 @@ -10,19 +10,9 @@ uk.ac.ukc.iscream.filtermanager.FilterManager uk.ac.ukc.iscream.rootfilter.RootFilterMain uk.ac.ukc.iscream.filter.FilterMain -The following sequence of commands should suffice. They will probably need -to be run in seperate terminal windows. +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. -make runcore -make runclientinterface -make rundbinterface -make runfiltermanager -make runrootfilter -make runfilter NAME=filter1 - -If all is working this will ensure every component, including the IDL, is -compiled as required before execution. - -nb. you will need to ensure your classpath is correctly set prior to - running, otherwise java will fail to find the jacorb classes and the - XML parsing packages. +nb. You will need to ensure that the relevant libraries are in the + build/lib directory. See the README in there for details.