 

* SHOPPING INFORMATION AND ADVERTISMENT SERVICE PROVIDER *


Made by:
---------- 
Geet Bhanawat
Pradeep Singh Shekhawat
Mahadev Konar
Anshuman Thakur

Directory Structure and Files
------------------------------
SIASP
  |---------------README
  |
  |---------------[bin]------| All Class files
  |
  |---------------[doc]------| Final SRS sources and postscript 
  |		                    and other docs
  |
  |---------------[public_html]-----|--------[imgs]-----| All images
  |
  |	(HTML pages used in our application)
  |	
  |
  |---------------[src]------| Source Files
  |	
  |---------------[dat]------| All the data in the flat files 
  |
  |---------------[scripts]--| SQL and Shell Scripts




System and Software Requirements
--------------------------------
1. Linux Operating System 
2. JDK 1.3 installed
3. A JDBC compatible Database Server using SQL   
4. Netscape/Internet Explorer web browser    
5. Java compiler: javac

Installation Guidelines
------------------------
0. Libraries needed in SIASP/bin/lib
	AdventNetSnmp.jar
	Classes.zip
	Classes111.zip
	activation.jar
	cos.jar
	jsdk.jar
	mail.jar
	rt.jar
	src.jar
1. Untar the SIASP.tar file 
2. Change to the new SIASP directory created 
3. Set up the configuration files 
   a) ~SIASP/src/Config.java 
   b) ~SIASP/scripts/init.sh 
   c) Make appropriate changes in html files in ~SIASP/public_html	
4. Change to directory ~SIASP/scripts
5. to initialize your variables and start the servlet execute on bash>. ./init.sh      



Installation Variables
-----------------------
  1.  ~SIASP/src/Config.java
        connection              :The database server connection name    
        login             	:The database user name 
        Passwd			:The database user password
	servlet  		:Partial Url of the Servlet
	filepath		:Path of User's directory where images are kept
	home			:Path of User's home directory
	imageUrl		:The Url where the images are kaept
	homeUrl			:The Url where the html files are kept 
        hostName                :URL of host machine 



  2. ~SIASP/scripts/init.sh 
        SIASP_HOME          :Absolute path of SIASP directory
        JAVA_HOME           :Absolute path of binaries like java, javac etc. 
        SERVLETRUNNER_PORT  :Port on which the servletrunner program runs

	In this file the PATH and CLASSPATH variables of the user's environment is set.
	The src files are compiled and put into bin and some required directories files
	are created. 	


User Guidelines
----------------
1. Get the URL of the main server
2. Start using the program by writing
   the URL field of your web browser 




   
