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

Comparing projects/cms/source/server/README (file contents):
Revision 1.2 by tdb, Wed Dec 6 16:45:59 2000 UTC vs.
Revision 1.3.2.1 by tdb, Mon Dec 11 23:39:56 2000 UTC

# Line 10 | Line 10 | uk.ac.ukc.iscream.filtermanager.FilterManager
10   uk.ac.ukc.iscream.rootfilter.RootFilterMain
11   uk.ac.ukc.iscream.filter.FilterMain
12  
13 < The following sequence of commands should suffice. They will probably need
14 < to be run in seperate terminal windows.
13 > In it's current state just typing "make run" will compile and package the
14 > whole server. However, only the Core can be run from this until the branch
15 > is merged back onto the main tree and the ComponentManager integrated.
16  
17 < make runcore
18 < make runclientinterface
18 < make rundbinterface
19 < make runfiltermanager
20 < make runrootfilter NAME=root
21 < make runfilter NAME=filter1
22 <
23 < If all is working this will ensure every component, including the IDL, is
24 < compiled as required before execution.
25 <
26 < nb. you will need to ensure your classpath is correctly set prior to
27 <    running, otherwise java will fail to find the jacorb classes and the
28 <    XML parsing packages.
17 > nb. You will need to ensure that the relevant libraries are in the
18 >    build/lib directory. See the README in there for details.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines