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.
-
Configure()
-
-
main(String[])
-
Configure
public Configure()
main
public static void main(String args[]) throws IOException