spider/spider-web
2001-08-08 15:56:49 +00:00
..
beam.class add another java client 2001-04-28 20:29:06 +00:00
beam.java add another java client 2001-04-28 20:29:06 +00:00
dxannounce.class add another java client 2001-04-28 20:29:06 +00:00
dxannounce.java add another java client 2001-04-28 20:29:06 +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 another java client 2001-04-28 20:29:06 +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 another java client 2001-04-28 20:29:06 +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 add another java client 2001-04-28 20:29:06 +00:00
setDate.class add another java client 2001-04-28 20:29:06 +00:00
spider.cgi merged back NEW_ROUTE into trunk 2001-08-08 15:56:49 +00:00
spiderclient.class add another java client 2001-04-28 20:29:06 +00:00
spiderclient.java add another java client 2001-04-28 20:29:06 +00:00
spiderframe.class add another java client 2001-04-28 20:29:06 +00:00
spiderframe.java add another java client 2001-04-28 20:29:06 +00:00
StreamListener.class add another java client 2001-04-28 20:29:06 +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!

Installation instructions:

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:
/usr/local/httpd/spider/client/

================================================================
!NOTE! this directory has to be writeable by your http daemon!!!!
=================================================================

move spider.cgi to the cgi-bin directory of your webserver, in my case that is
/usr/local/httpd/cgi-bin/ 
make it worldreadable.

edit spider.cgi and change  the following parameters:

portnumber=$"1407"
tempdir=$"/usr/local/httpd/spider/client/"
clustercall=$"PA4AB-15"

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

'tempdir' is the directory that you just created and that you used to move
the *.java and *.class files to.

'clustercall' is the call of your cluster.

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