ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/README
Revision: 1.3.2.1
Committed: Mon Dec 11 23:39:56 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.3: +5 -15 lines
Log Message:
Altered to reflect the current state of this branch.

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.dbinterface.DBInterfaceMain
9 uk.ac.ukc.iscream.filtermanager.FilterManager
10 uk.ac.ukc.iscream.rootfilter.RootFilterMain
11 uk.ac.ukc.iscream.filter.FilterMain
12
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 nb. You will need to ensure that the relevant libraries are in the
18 build/lib directory. See the README in there for details.