Class Configure

java.lang.Object
   |
   +----Configure

public class Configure
extends Object
This java file is executed when the admin initially configures the system. This is done thro' the makefile itself. This program asks him to enter certain parameters required for the conference (like the host name for servlets, port no, some deadlines etc) and makes Config.java file. Other servlet files read these parameters from Config.java file.


Constructor Index

 o Configure()

Method Index

 o main(String[])

Constructors

 o Configure
 public Configure()

Methods

 o main
 public static void main(String args[]) throws IOException