ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/README
Revision: 1.2
Committed: Wed Dec 6 16:45:59 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.1: +2 -0 lines
Log Message:
Mentioned the DBInterface.

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     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.