                                OnCoRe
                                ======

    Online Course Registration prorgam. 

Installation Notes:
==================
  If you are reading this then you must have figured out how to unzip the
distribution file :-) 

Servlet Configuration: 
======================
    The configuration file "props" contains information such as the database
    login and password to be used, the port for running the servlet on,plus
    other information required by the servlet, such as current registraion
    phase (0,1 or 2), which months are to be associated with which semester
    (Spring/Autumn) etc. For more information about configuration file have a
    look at the file "props".

    Note that the "props" file is read only once, at the start of the servlet.
    So in case any change to the settings is carried out in the "props" file,
    the servlet has to be shutdown and restarted. But apart from when changing
    phases, this is seldom required.

To Run: 
======
   To start the servlet engine, execute the shell script 'run'. Note that your
   classpath must have the files jsdk.jar ( this comes with the Java Servlet
   Development Kit ) and oncore.jar (*) in your CLASSPATH. Also 'java' should
   be in your path. Also if you may have to edit the file 'run' to specify the
   direcory and properties file.
       This part assumes that all the tables in the database are created and
   all the data is already entered. Some example SQL files are provided in sql
   directory to show how to create the tables and insert data.

To Setup Database:
=================
   SQL files are provided in the sql directory to create tables. These whould
   work with any database product which supports SQL'92. To enter data in the
   database some sample SQL files are provided in sql directory which enter
   sample data in the tables created.

-------------------------------------------------------------------------------
* OnCoRe is TradeMark by Kedar, Sorabh, MP and Das :-)
-------------------------------------------------------------------------------
