

Select a port number to run the servlet 
1.  Changes to HTML files . 
	Update the port number and the host IP address in the <FORM > TAG of 
	the  HTML files in src/html for all the files .
	
	Also update the http URL in the <BASE HREF="http://.."> tag of the 
	HTML files : namely CSRsframe.htm , DBAInterface.htm and ShowClassification.htm
	
2.  Loading the tables in the SQL database.
    Just execute the script packageinstall in this dir. 

Put your SQL userid and password in the file SharedConnection.java in 
src/java/SharedConnection.java . After compiling you can remove the password and put in its 
place some junk. 
