untar the tarzipped file by using

tar -zxvf ShoppingCatalogue.tgz

Go to main directory $SC_HOME

Load the sql scripts from $SC_HOME/scripts

make changes in $SC_HOME/src/config.java

Compile the java files :

#javac $SC_HOME/src/config.java -d $SC_HOME/bin/
javac -deprecation $SC_HOME/src/userlogin.java -d $SC_HOME/bin/


run the servletrunner :

servletrunner -p portno -d $SC_HOME/bin/ -s $SC_HOME/src/prop
