--- projects/cms/source/server/README 2001/01/07 21:28:06 1.6 +++ projects/cms/source/server/README 2001/03/14 22:45:07 1.9 @@ -35,6 +35,7 @@ DBInterface FilterManager RootFilter FilterMain +Client It is not necessary to start both the ClientInterfaceMain and DBInterface, the server will handle only one or both. Multiple Filter's can be started @@ -85,3 +86,19 @@ cvsbuild javadoc Builds all the javadoc pages in the `doc' directory. + +buildutil + + (it is recommended you run a "make clean" first) + Builds a seperate JAR file, in `build' called `iscream-util.jar'. + This file contains just the uk.ac.ukc.iscream.util package for + use in other parts of the system, such as the clients. + +createtable + + Creates the ipacket table in the mySQL database. This is required for + the database side of the server. + +droptable + + Drops an ipacket table from the mySQL database if one exists.