--- projects/cms/source/server/build/README 2000/12/13 18:34:15 1.2 +++ projects/cms/source/server/build/README 2001/01/16 01:39:20 1.4 @@ -3,16 +3,21 @@ i-scream Server Package This package contains the i-scream server. It is currently only tested under a Unix-based operating system, but there is no reason why it won't -work under Windows, or another OS. +work under Windows, or another OS. Initial testing shows, however, that it +will run on Windows, although there are problems with the SQL database. The iscream.jar file contains all the server code, and can be started up -by running the run.sh script. More details will be provided later on how -to start this up when details are finalised. +by running the run.sh script. The etc/default.properties file specifies +the components to start, and their order. You must ensure that the JacORB and XML libraries are in the lib -directory. The README in lib will explain how to acquire these files. +directory. The README in lib will explain how to acquire these files. If +you have compiled the server package, these files will be there already. Finally, the etc directory contains the default configuration files. These can be expanded as required. See the configuration documentation for further details. +Note: The iscream-util JAR file that can be found here after a "make buildutil" + in the main directory contains the uk.ac.ukc.iscream.util package. It is + intended for clients to use if required.