#This is a sample shell script to run WebZinger from Unix
# you will have to put in the correct information
# for your:
# webzinger path
# jdk (java) path
# proxy server information
# this information should be available from your System Administrator or
# in your Browsers preferences.
cd /home/webzinger
java -classpath ./wz400.jar:jdk1.1.4/lib/classes.zip -DproxySet=true -DproxyHost=YOUR_PROXY_SERVER -DproxyPort=YOUR_HTTP_PROXY_PORT -DsocksProxyPort=YOUR_SOCKS_PROXY WebZinger 
