ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/README
Revision: 1.1
Committed: Tue Dec 5 02:33:48 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Log Message:
Basic README file. Will be expanded later I expect, but at present just serves
as a reminder of what needs running :)

File Contents

# Content
1 i-scream Server Startup
2 =======================
3
4 Current startup sequence:
5
6 uk.ac.ukc.iscream.core.Core
7 uk.ac.ukc.iscream.clientinterface.ClientInterfaceMain
8 uk.ac.ukc.iscream.filtermanager.FilterManager
9 uk.ac.ukc.iscream.rootfilter.RootFilterMain
10 uk.ac.ukc.iscream.filter.FilterMain
11
12 The following sequence of commands should suffice. They will probably need
13 to be run in seperate terminal windows.
14
15 make runcore
16 make runclientinterface
17 make runfiltermanager
18 make runrootfilter NAME=root
19 make runfilter NAME=filter1
20
21 If all is working this will ensure every component, including the IDL, is
22 compiled as required before execution.
23
24 nb. you will need to ensure your classpath is correctly set prior to
25 running, otherwise java will fail to find the jacorb classes and the
26 XML parsing packages.