ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/README
Revision: 1.3
Committed: Wed Dec 6 22:54:22 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.2: +1 -1 lines
Log Message:
The Root Filter doesn't actually need a name to be passed in.

File Contents

# User Rev Content
1 tdb 1.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 tdb 1.2 uk.ac.ukc.iscream.dbinterface.DBInterfaceMain
9 tdb 1.1 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.
15    
16     make runcore
17     make runclientinterface
18 tdb 1.2 make rundbinterface
19 tdb 1.1 make runfiltermanager
20 tdb 1.3 make runrootfilter
21 tdb 1.1 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.