spider/spider-web
2003-01-07 15:23:26 +00:00
..
beam.class add changes to web client from Rene 2003-01-06 18:10:50 +00:00
beam.java add changes to java client from Rene, OZ1LQH 2003-01-06 08:42:18 +00:00
Changes add Changes file for spider-web 2003-01-07 15:23:26 +00:00
ding.au Additional changes to spider-web. Also add the ding.au file to stop 2002-07-16 14:26:31 +00:00
dxannounce.class add changes to web client from Rene 2003-01-06 18:10:50 +00:00
dxannounce.java add changes to java client from Rene, OZ1LQH 2003-01-06 08:42:18 +00:00
Format.class add another java client 2001-04-28 20:29:06 +00:00
Format.java add another java client 2001-04-28 20:29:06 +00:00
idleTime.class add changes to web client from Rene 2003-01-06 18:10:50 +00:00
InfoDialog.class add another java client 2001-04-28 20:29:06 +00:00
InfoDialog.java add another java client 2001-04-28 20:29:06 +00:00
IntTextField.java add another java client 2001-04-28 20:29:06 +00:00
makefile add changes to web client from Rene 2003-01-06 18:10:50 +00:00
MultiLineLabel.class add another java client 2001-04-28 20:29:06 +00:00
MultiLineLabel.java add another java client 2001-04-28 20:29:06 +00:00
PersonalPreferences.java add another java client 2001-04-28 20:29:06 +00:00
README small changes to the README in spider-web 2002-07-16 15:26:59 +00:00
setDate.class add changes to web client from Rene 2003-01-06 18:10:50 +00:00
spider.cgi add changes to java client from Rene, OZ1LQH 2003-01-06 08:42:18 +00:00
spiderclient.class add changes to web client from Rene 2003-01-06 18:10:50 +00:00
spiderclient.java add changes to java client from Rene, OZ1LQH 2003-01-06 08:42:18 +00:00
spiderframe.class add changes to web client from Rene 2003-01-06 18:10:50 +00:00
spiderframe.java add changes to web client from Rene 2003-01-06 18:10:50 +00:00
StreamListener.class add changes to web client from Rene 2003-01-06 18:10:50 +00:00

Spider-WEB v0.6b

Completely based on a clx web client written in Java by dl6dbh
(ftp://clx.muc.de/pub/clx/clx-java_10130001.tgz)

The webserver has to run on the same machine as your DxSpider software!

It is assumed that you have Java installed.  You need JDK1.3.1 at least.

Installation instructions (Performed as root):

Put all the files in the spider-web directory into a newly created directory
under the DocumentRoot of your websever for instance 'client'. In my case
this is:  /home/httpd/html/client/ although ymmv.  For Suse the correct
path should be /usr/local/httpd/htdocs/client/ for example.

Move spider.cgi to the cgi-bin directory of your webserver, in my case that is
/home/httpd/cgi-bin/ although ymmv.  For Suse the correct path should be
/usr/local/httpd/cgi-bin/ for example.

Change the permissions of the files to ensure they are correct, obviously you
will need to use the correct path the the files according to your system:

chmod 755 /home/httpd/html/cgi-bin/spider.cgi
chmod -R 755 /home/httpd/html/client/

By default the spider.cgi script should pick up your hostname (As long as this
is set correctly).  If it does not or your hostname differs from the name that
you attach to the public address that you are using, then edit spider.cgi :

# Uncomment and set the hostname manually here if the above fails.
# $HOSTNAME = "gb7mbc.spoo.org" ;
$PORT = "8000" ;

'HOSTNAME' is the hostname of your cluster.

'PORT' is the portnumber that you use to connect to your DxSpider via
telnet (see Listeners.pm)

NOTE: If you can start the console but cannot connect to the cluster from it, 
then it is possible that the machine you are on cannot resolve the hostname of 
your cluster machine.  If this is the case, you need to set your hostname 
manually as above.

You also need to set the $NODECALL variable.  This prints the name of your
choosing (probably your cluster callsign) on the html page.

You now can connect to Spider-Web via http://yourserver/cgi-bin/spider.cgi