X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-7.html;h=619745f4eafd2f2f4d89f5ca8a5e15e6237da530;hb=8b3550e37fbfc539cdd10472d10f92ae0135f4b7;hp=28e7d37d5e84d3b7d88f3f94e8a7133d21c24147;hpb=cfa4c1acfabeda359815ca58670b4dde4f260a79;p=spider.git diff --git a/html/adminmanual-7.html b/html/adminmanual-7.html index 28e7d37d..619745f4 100644 --- a/html/adminmanual-7.html +++ b/html/adminmanual-7.html @@ -1,7 +1,7 @@ - + The DXSpider Administration Manual v1.50: Java Web applet @@ -13,17 +13,17 @@ Previous Contents
-

7. Java Web applet

+

7. Java Web applet

In the spider tree will be a directory spider-web. This is a neat little java web applet that can be run from a website. The applet must run on the same machine as the cluster. The included README file is -shown below. -

+shown below.

+

I should comment here that the applet is precompiled, that is, ready to go. It was compiled using JDK1.3.1. If your version is earlier than this then it may not work. Should that be the case you need to recompile or update your -JDK. To recompile do the following ... +JDK. To recompile do the following ...

@@ -32,8 +32,9 @@ rm *.class
 /usr/bin/javac spiderclient.java
 
-

-

I have used /usr/bin/javac as an example, your path to javac may be different. +

+ +

I have used /usr/bin/javac as an example, your path to javac may be different.

 Spider-WEB v0.6b
@@ -75,7 +76,7 @@ $PORT = "8000" ;
 '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, 
+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.
@@ -85,7 +86,8 @@ choosing (probably your cluster callsign) on the html page.
 
 You now can connect to Spider-Web via http://yourserver/cgi-bin/spider.cgi
 
-

+

+
Next Previous