


                   MATHEMATICS OLYMPIAD



What the software is doing?

THe software computerizes the operations of the Mathematics Olympiad


How to run?
	      
Type the following on your dollar prompt
Give the path of servletrunner "-d" path of the servlets directory ie(wherever the servlets code are kept) "-p" port number on which servlet runner has to run.
for e.g.
	$ ~/JSDK/bin/servletrunner -d /users/maths/prachi/public_html/MO/bin/class/servlets -p 8038

Then open the netscape and type in http://www.math.iitb.ernet.in/

visit the Mathematics Olympiad link. 

The directory structure follows :

MO
|___bin
|	|___scripts
|	|	|___script.sql
|	|___class
|	|	|___servlets
|	|	|	|___queryServlet.class
|	|	|	|___whoServlet.class
|	|	|	|___servlet.properties
|	|	|	|___LoginServlet.class
|	|	|	|___registerServlet.class
|	|	|	|___resultServlet.class
|	|	|	|___viewQPservlet.class
|	|	|	|___AuthorizationSnoop.class
|	|	|	|___Config.class
|	|	|	|___DQservlet.class
|	|	|	|___QBservlet.class
|	|	|	|___viewQBservlet.class
|	|	|	|___submitQuesServlet.class
|	|	|	|___setQPservlet.class
|___dat
|	|___question.ctl
|	|___result.ctl
|	|___passwd
|___tutorial
	|___README
|___imgs
|	|___brushed.gif
|	|___greenred_marble.gif
|	|___pink_fabric.gif
|	|___purple_marble1.gif
|	|___stucco.gif
|	|___swirl.gif
|	|___matholymp.gif
|	|___23.gif
|	|___math.gif
|	|___olym.gif
|	|___olymp.gif
|	|___231.gif
|___src
|	|___Makefile
|	|___LoginServlet.java
|	|___registerServlet.java
|	|___resultServlet.java
|	|___viewQPservlet.java
|	|___whoServlet.java
|	|___DQservlet.java
|	|___setQPservlet.java
|	|___Config.java
|	|___viewQBservlet.java
|	|___submitQuesServlet.java
|___doc
|	|___html
|	|	|___QB.html
|	|	|___register.html
|	|	|___viewQP.html
|	|	|___who.html
|	|	|___content.html
|	|	|___talk1
|	|	|	|___IMG_PARAMS.db
|	|	|	|___talk1.html
|	|	|	|___node2.html
|	|	|	|___images.tex
|	|	|	|___images.log
|	|	|	|___images.aux
|	|	|	|___img1.gif
|	|	|	|___l2h10944
|	|	|	|	|___img1.gif
|	|	|	|___labels.pl
|	|	|	|___images.pl
|	|	|	|___talk1.css
|	|	|	|___index.html
|	|	|	|___t1.html
|	|	|	|___n1.html
|	|	|___MOPage.html
|	|	|___information.html
|	|	|___page.html
|	|	|___DQ.html
|	|	|___bank.html
|	|	|___setQP.html
|___tmp
|	|___t.sql
|	|___test.sql
|	|___test1.sql
|	|___talk1.tex
|	|___test2.sql
