move usdb init as per k1xx's bug
[spider.git] / html / adminmanual-7.html
index 28e7d37d5e84d3b7d88f3f94e8a7133d21c24147..619745f4eafd2f2f4d89f5ca8a5e15e6237da530 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.16">
  <TITLE>The DXSpider Administration Manual v1.50: Java Web applet</TITLE>
  <LINK HREF="adminmanual-8.html" REL=next>
  <LINK HREF="adminmanual-6.html" REL=previous>
 <A HREF="adminmanual-6.html">Previous</A>
 <A HREF="adminmanual.html#toc7">Contents</A>
 <HR>
-<H2><A NAME="s7">7. Java Web applet</A></H2>
+<H2><A NAME="s7">7.</A> <A HREF="adminmanual.html#toc7">Java Web applet</A></H2>
 
 <P>In the spider tree will be a directory <EM>spider-web</EM>.  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.
-<P>
+shown below.</P>
+
 <P>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 ...</P>
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
@@ -32,8 +32,9 @@ rm *.class
 /usr/bin/javac spiderclient.java
 </PRE>
 </CODE></BLOCKQUOTE>
-<P>
-<P>I have used /usr/bin/javac as an example, your path to javac may be different.
+</P>
+
+<P>I have used /usr/bin/javac as an example, your path to javac may be different.</P>
 <P>
 <PRE>
 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
 </PRE>
-<P>
+</P>
+
 <HR>
 <A HREF="adminmanual-8.html">Next</A>
 <A HREF="adminmanual-6.html">Previous</A>