Replacing web site content with fresh version from JWS2 (JABAWS production ) branch
[jabaws.git] / website / man_configuration.html
diff --git a/website/man_configuration.html b/website/man_configuration.html
new file mode 100644 (file)
index 0000000..8c18617
--- /dev/null
@@ -0,0 +1,436 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+<head>\r
+<meta name="Last-modified" content="Mon, 11 Dec 2010 01:03:33 GMT"/>\r
+<title>Java Bioinformatics Analyses Web Services (JABAWS) Server Configuration manual</title>\r
+<link href="ws.css" rel="stylesheet" type="text/css" media=\r
+"screen, projection, handheld, tv" />\r
+<link rel="stylesheet" type="text/css" media="print" href=\r
+"print.css" />\r
+<script type="text/javascript" src="prototype-1.6.0.3.js"></script>\r
+</head>\r
+<body>\r
+<div id="page">\r
+<div id="banner">\r
+<table> \r
+<tr><td style="width:130px;"><a href="http://www.dundee.ac.uk"><img class="logo" src="images/uod_lt.gif"  alt="University of Dundee"  title="University of Dundee" longdesc="http://www.dundee.ac.uk"/></a></td>\r
+<td class="bg"><h1><span class="headeru">JA</span>va <span class=\r
+"headeru">B</span>ioinformatics <span class="headeru">A</span>nalysis <span class="headeru">W</span>eb <span\r
+class="headeru">S</span>ervices</h1></td>\r
+</tr>\r
+</table></div><!-- banner end-->\r
+\r
+<div id="wrapper">\r
+<div id="panel"><a href="index.html">Home</a> \r
+  <a class="selected" href="manual.html">Manual</a> \r
+       <div id="submenu">\r
+               <a href="manual.html">Quick Start Guide</a>\r
+               <a href="man_about.html">About</a>\r
+               <a href="man_servervm.html" title="JABAWS Server as Virtual Appliance">Server VA</a>\r
+               <a href="man_serverwar.html" title="JABAWS Server as Web Application aRchive">Server WAR</a>\r
+               <a class="selected" href="man_configuration.html" >Server<br/>\r
+               Configuration</a>\r
+               <a href="man_client.html" title="JABAWS Command Line Client">CMD Client</a>\r
+               <a href="man_dev.html" title="Accessing JABAWS from your program">Accessing<br/>\r
+               JABAWS</a>      \r
+       </div>\r
+<a href="download.html">Download</a> \r
+<a href="http://www.compbio.dundee.ac.uk">Barton Group</a> \r
+</div>\r
+\r
+<!-- panel end-->\r
+<div id="content">\r
+<h2 id="headtitle">JABAWS MANUAL</h2>\r
+\r
+<h2>JABAWS Configuration </h2>\r
+<ul>\r
+  <li><a href="#defjabaconf">JABAWS Configuration </a></li>\r
+  <li><a href="#locEngConf">Local Engine Configuration</a></li>\r
+  <li><a href="#clustEngConf">Cluster Engine Configuration</a></li>\r
+  <li><a href="#exec">Executable Configuration</a></li>\r
+  <li><a href="#setexecenv">Defining Environment Variables for\r
+    Executables</a></li>\r
+  <li><a href="#mafftconf">Configure JABAWS to Work\r
+with Mafft</a></li>\r
+  <li><a href="#settinglimit">Limiting the size of the job accepted by JABAWS Server </a></li>\r
+  <li><a href="#diffbin">Using a different version of the alignment program with JABAWS</a></li>\r
+  <li><a href="#mixuse">Load balancing </a></li>\r
+  <li><a href="#confaccessright">Reviewing JABAWS configuration via web browser</a></li>\r
+  <li><a href="#testingJaba">Testing JABA Web Services</a></li>\r
+  <li><a href="#logs">JABAWS requests logging </a></li>\r
+  <li><a href="#logfiles">JABAWS internal logging </a></li>\r
+  <li><a href="#execstat">Monitoring JABAWS</a></li>\r
+  <li><a href="#warfile">JABAWS War File Content</a></li>\r
+  </ul>\r
+<h3><a name="defjabaconf" id="defjabaconf"></a>JABAWS Configuration </h3>\r
+<p>There are three parts of the system you can configure. The local\r
+and the cluster engines, and the paths to the individual executables for\r
+each engine. These settings are stored in configuration files\r
+within the web application directory (for an overview, then take a\r
+look at the <a href="#warfile">war file content table</a>). </p>\r
+<p>Initially, JABAWS is configured with only the local engine\r
+  enabled, with job output written to directory called &quot;jobsout&quot;\r
+  within the web application itself. This means that JABAWS will work\r
+  out of the box, but may not be suitable for serving a whole lab or\r
+  a university.</p>\r
+<h3><a name="locEngConf" id="locEngConf"></a>Local Engine Configuration</h3>\r
+\r
+<p>The Local execution engine configuration is defined in the\r
+properties file <span class="hightlight">conf/Engine.local.properties. </span>The supported\r
+configuration settings are:<br />\r
+ <span class="hightlight">engine.local.enable=true</span> - #\r
+enable or disable local engine, valid values true | false<br />\r
+ <span class=\r
+"hightlight">local.tmp.directory=D:\\clusterengine\\testoutput</span>\r
+- a directory to use for temporary files storage, optional,\r
+defaults to java temporary directory<br />\r
+ <span class="hightlight">engine.local.thread.number=4</span> -\r
+Number of threads for tasks execution (valid values between 1 and\r
+2x cpu. Where x is a number of cores available in the system).\r
+Optional defaults to the number of cores for core number &lt;=4 and\r
+number of cores-1 for greater core numbers.</p>\r
+\r
+<p>If the local engine going to be heavily loaded (which is often the case if you do not have a cluster) it is a good idea to increase\r
+the amount of memory available for the web application server. If\r
+you are using Apache-Tomcat, then you can define its memory\r
+settings in the JAVA_OPTS environment variable. To specify which\r
+JVM to use for Apache-Tomcat, put the full path to the JRE\r
+installation in the JAVA_HOME environment variable (We would\r
+recommend using Sun Java Virtual Machine (JVM) in preference to\r
+Open JDK). Below is an example of code which can be added to <span\r
+class="hightlight">&lt;tomcat_dir&gt;/bin/setenv.sh</span> script\r
+to define which JVM to use and a memory settings for Tomcat server.\r
+Tomcat server startup script (<span class=\r
+"hightlight">catalina.sh</span>) will execute <span class=\r
+"hightlight">setenv.sh</span> on each server start\r
+automatically.<br />\r
+ <span class="code">export\r
+JAVA_HOME=/homes/ws-dev2/jdk1.6.0_17/<br />\r
+ export JAVA_OPTS=&quot;-server -Xincgc -Xms512m -Xmx1024m&quot;</span></p>\r
+\r
+<h3><a name="clustEngConf" id="clustEngConf"></a>Cluster Engine Configuration</h3>\r
+\r
+<p>Supported configuration settings:<br />\r
+ <span class="hightlight">engine.cluster.enable=true</span> - #\r
+enable or disable local engine true | false, defaults to\r
+false<br />\r
+ <span class=\r
+"hightlight">cluster.tmp.directory=/homes/clustengine/testoutput-</span>\r
+a directory to use for temporary files storage. The value must be\r
+an absolute path to the temporary directory. Required. The value\r
+must be different from what is defined for local engine. This\r
+directory must be accessible from all cluster nodes.<br />\r
+ For the cluster engine to work, the SGE_ROOT and LD_LIBRARY_PATH\r
+environment variables have to be defined. They tell the cluster\r
+engine where to find DRMAA libraries. These variables\r
+should be defined when the web application server starts up, e.g.</p>\r
+\r
+<p><span class="code">SGE_ROOT=/gridware/sge<br />\r
+ LD_LIBRARY_PATH=/gridware/sge/lib/lx24-amd64</span></p>\r
+\r
+<p>Finally, do not forget to configure executables for the cluster\r
+execution, they may be the same as for the local execution but may\r
+be different. Please refer to the executable configuration section\r
+for further details.</p>\r
+\r
+<h3><a name="exec" id="exec"></a>Executable Configuration</h3>\r
+\r
+<p>All the executable programs\r
+are configured in <span class="hightlight">conf/Executable.properties</span> file. Each executable\r
+is configured with a number of options. They are: <span class=\r
+"code">local.X.bin.windows=&lt;path to executable under windows\r
+system, optional&gt;<br />\r
+ local.X.bin=&lt;path to the executable under non-windows system,\r
+optional&gt;<br />\r
+ cluster.X.bin=&lt;path to the executable on the cluster, all\r
+cluster nodes must see it, optional&gt;<br />\r
+ X.bin.env=&lt;semicolon separated list of environment variables\r
+for executable, use hash symbol as name value separator,\r
+optional&gt;<br />\r
+ X.--aamatrix.path=&lt;path to the directory containing\r
+substitution matrices, optional&gt;<br />\r
+ X.presets.file=&lt;path to the preset configuration file, optional\r
+&gt;<br />\r
+ X.parameters.file=&lt;path to the parameters configuration file,\r
+optional&gt;<br />\r
+ X.limits.file=&lt;path to the limits configuration file,\r
+optional&gt;<br />\r
+ X.cluster.settings=&lt;list of the cluster specific options,\r
+optional&gt;</span></p>\r
+\r
+<p>Where X is either  clustal, muscle, mafft, probcons or tcoffee. </p>\r
+\r
+<p>Default JABAWS configuration includes path to local executables\r
+to be run by the local engine only, all cluster related settings\r
+are commented out, but they are there for you as example. Cluster\r
+engine is disabled by default. To configure executable for cluster\r
+execution un comment the X.cluster settings and change them\r
+appropriately. </p>\r
+<p>By default limits are set well in excess of what you may want to offer to the users outside your lab, to make sure that the tasks are never rejected. The default limit is 100000 sequences of 100000 letters on average for all of the JABA web services.  You can adjust the limits according to your needs by editing <span class="hightlight">conf/settings/&lt;X&gt;Limit.xml</span> files.<br />\r
+  After you have completed the editing your configuration may look like\r
+  this:<span class="code">local.mafft.bin.windows=<br />\r
+    local.mafft.bin=binaries/mafft<br />\r
+    cluster.mafft.bin=/homes/cengine/mafft<br />\r
+    mafft.bin.env=MAFFT_BINARIES#/homes/cengine/mafft;FASTA_4_MAFFT#/bin/fasta34;<br />\r
+    mafft.--aamatrix.path=binaries/matrices<br />\r
+    mafft.presets.file=conf/settings/MafftPresets.xml<br />\r
+    mafft.parameters.file=conf/settings/MafftParameters.xml<br />\r
+    mafft.limits.file=conf/settings/MafftLimits.xml<br />\r
+    mafft.cluster.settings=-q bigmem.q -l h_cpu=24:00:00 -l\r
+    h_vmem=6000M -l ram=6000M</span></p>\r
+<p>Please not that relative paths must only be specified for the\r
+files that reside inside web application directory, all other paths\r
+must be supplied as absolute!</p>\r
+\r
+<p>Furthermore, you should avoid using environment variables within the paths or options - since these will not be evaluated correctly.  Instead, please explicitly\r
+specify the absolute path to anything\r
+normally evaluated from an environment variable at execution time.</p>\r
+\r
+<p>If you are using JABAWS to submit jobs to the cluster (with\r
+cluster engine enabled), executables must be available from all\r
+cluster nodes the task can be sent to, also paths to the\r
+executables on the cluster e.g. <span class=\r
+"hightlight">cluster.&lt;exec_name&gt;.bin</span> must be\r
+absolute.</p>\r
+\r
+<p>Executables can be located anywhere in your system, they do not\r
+have to reside on the server as long as the web application server\r
+can access and execute them.</p>\r
+\r
+<p>Cluster settings are treated as a black box, the system will\r
+just pass whatever is specified in this line directly to the\r
+cluster submission library. This is how DRMAA itself treats this\r
+settings. More exactly DRMAA <span class="hightlight">JobTemplate.setNativeSpecification()</span> function will be called.</p>\r
+\r
+<h3><a name="setexecenv" />Defining Environment Variables for\r
+Executables</h3>\r
+\r
+<p>Environment variables can be defined in property <span class=\r
+"code">x.bin.env</span> Where <span class="hightlight">x</span> is\r
+one of five executables supported by JABAWS. Several environment\r
+variables can be specified in the same line. For example.<br />\r
+ <span class=\r
+"code">mafft.bin.env=MAFFT_BINARIES#/homes/cengine/mafft;FASTA_4_MAFFT#/bin/fasta34;</span></p>\r
+\r
+<p>The example above defines two environment variables with names\r
+MAFFT-BINARIES and FASTA_4_MAFFT and values /homes/cengine/mafft\r
+and /bin/fasta34 respectively. Semicolon is used as a separator\r
+between different environment variables whereas hash is used as a\r
+separator for name and value of the variable.</p>\r
+\r
+<h3><a name="mafftconf" id="mafftconf"></a>Configure JABAWS to Work\r
+with Mafft</h3>\r
+\r
+<p>If you use default configuration you do not need to read any\r
+further. The default configuration will work for you without any\r
+changes, however, if you want to install Mafft yourself then there\r
+is a couple of more steps to do.</p>\r
+\r
+<p>Mafft executable needs to know the location of other files\r
+supplied with Mafft. In addition some Mafft functions depends on\r
+the fasta executable, which is not supplied with Mafft, but is a\r
+separate package. Mafft needs to know the location of fasta34\r
+executable.</p>\r
+\r
+<p>To let Mafft know where the other files from its package are\r
+change the value of MAFFT-BINARIES environment variables. To let\r
+Mafft know where is the fasta34 executable set the value of\r
+FASTA_4_MAFFT environment variable to point to a location of\r
+fasta34 program. The latter can be added to the PATH variable\r
+instead. If you are using executables supplied with JABAWS, the\r
+path to Mafft binaries would be like <span class=\r
+"hightlight">&lt;relative path to web application\r
+directory&gt;/binaries/src/mafft/binaries</span> and the path to\r
+fasta34 binary would be <span class="hightlight">&lt;relative path\r
+to web application\r
+directory&gt;/binaries/src/fasta34/fasta34</span>. You can specify\r
+the location of Mafft binaries as well as fasta34 program elsewhere\r
+by providing an absolute path to them. All these settings are\r
+defined in <span class=\r
+"hightlight">conf/Executable.properties</span> file.</p>\r
+<h3><a name="settinglimit" id="settinglimit"></a>Limiting the size of the job accepted by JABAWS </h3>\r
+<p>JABAWS can be configured to reject excessively large tasks.  This is useful if you operate JABAWS service for many users. By defining a  maximum allowed task size you can provide an even service for all users and  prevents waist of resources on the tasks too large to complete  successfully. You can define the maximum number of sequences and the maximum average  sequence length that JABAWS accepts for each JABA Web Service independently. \r
+Furthermore, you can define different limits for different  presets of the same web service. <br />\r
+By default limits are set well in excess of what you may  want to offer to the users outside your lab, to make sure that the tasks are  never rejected. The default limit is 100000 sequences of 100000 letters on  average for all of the JABA web services. You can adjust the limits according  to your needs by editing <span class="hightlight">conf/settings/&lt;X&gt;Limit.xml</span> files.</p>\r
+<h3><a name="diffbin" id="diffbin"></a>Using a different version of the alignment program with JABAWS</h3>\r
+<p>JABAWS supplied with binaries and source code of the executables which version it supports. So normally you would not need to install your own executables. However, if you have a different version of an executable (e.g. an alignment program) which you prefer, you could use it as long as it supports all the functions JABAWS executable supported. This could be the case with more recent executable. If the options supported by your chosen executable is different when the standard JABAWS executable, than you need to edit <em>ExecutableName</em>Paramaters.xml&nbsp; configuration file. </p>\r
+<h3><a name="mixuse" id="mixuse"></a>Load balancing </h3>\r
+<p>If your cluster is busy and have significant waiting times you can achieve a faster response by allowing the server machine to calculate small tasks and the reserve the cluster for bigger jobs. This works especially well if your server is a powerful machine with many CPUs. To do this you need to enable and configure both the cluster and the local engines. Once this is done decide on the maximum size of a task to be run on the server locally. Then, edit <span class="hightlight">&quot;# LocalEngineExecutionLimit #&quot; </span>preset in<span class="hightlight"> &lt;ServiceName&gt;Limits.xml</span> file accordingly. JABAWS server then will balance the load according to the following rule: If the task size is smaller then the maximum task size for local engine, and the local engine has idle threads, then calculate task locally otherwise submit the task to the cluster. </p>\r
+<h3><a name="confaccessright" id="confaccessright"></a>Reviewing JABAWS configuration via web browser</h3>\r
+<p>Access to configuration files is prohibited to any unauthorized users by means of security constrain defined in web application descriptor file. There is a special user role called <span class="hightlight">admin</span> who can access these files. This comes handy if you would like to keep an eye on any of the task outputs stored in jobsout, or would like to view the configuration files. To access the configuration files add admin user into your application server. The way you do it  depends on where you would like the user passwords to come from and your web application server. If you use Tomcat, then the simplest way is to use Tomcat Memory Realm which is linked to a plain text configuration file. To define the user in Tomcat server add an entry in <span class="hightlight">conf/tomcat-user.xml</span> file. <span class="code">&lt;role rolename=&quot;admin&quot;/&gt;<br />\r
+  &lt;user username=&quot;admin&quot; password=&quot;your password here &quot; roles=&quot;admin&quot;/&gt;</span></p>\r
+<p>Once this is done make sure the servlet that returns the web application directory listings is enabled. Look in the <span class="hightlight">&lt;tomcatroot&gt;/conf/web.xml</span> file for the following <span class="code">&lt;param-name&gt;listings&lt;/param-name&gt;<br />\r
+  &lt;param-value&gt;true&lt;/param-value&gt;</span></p>\r
+<p>The whole section that defines default listing servlet is below</p>\r
+<p class="code"> &lt;servlet&gt;<br />\r
+  &lt;servlet-name&gt;default&lt;/servlet-name&gt;<br />\r
+  &lt;servlet-class&gt;org.apache.catalina.servlets.DefaultServlet&lt;/servlet-class&gt;<br />\r
+  &lt;init-param&gt;<br />\r
+  &lt;param-name&gt;debug&lt;/param-name&gt;<br />\r
+  &lt;param-value&gt;0&lt;/param-value&gt;<br />\r
+  &lt;/init-param&gt;<br />\r
+  &lt;init-param&gt;<br />\r
+  &lt;param-name&gt;listings&lt;/param-name&gt;<br />\r
+  &lt;param-value&gt;true&lt;/param-value&gt;<br />\r
+  &lt;/init-param&gt;<br />\r
+  &lt;load-on-startup&gt;1&lt;/load-on-startup&gt;<br />\r
+  &lt;/servlet&gt;<br />\r
+</p>\r
+<p>These listings are read only by default.</p>\r
+<h3><a name="testingJaba" id="testingJaba"></a>Testing JABA Web Services</h3>\r
+<p>You can use a command line client (part of the client only\r
+  package) to test your JABAWS installation as described <a href="man_client.html">here</a>. If you downloaded a JABAWS\r
+  server package, you can use <span class=\r
+"hightlight">&lt;your_jaba_context_name&gt;/WEB-INF/lib/jaba-client.jar</span> to test JABAWS installation as described in <a href=\r
+"man_serverwar.html#usingWsTester">here</a>. If you downloaded the source\r
+  code, then you could run a number of test suits defined in the\r
+  build.xml Apache Ant  file.</p>\r
+<h3><a name="logs" id="logs"></a>JABAWS requests logging </h3>\r
+<p>Enable Tomcat log valve. To do this uncomment the following section of <span class="hightlight">&lt;tomcat_root&gt;/conf/server.xml</span> configuration file. </p>\r
+<p class="code"> &lt;Valve className=&quot;org.apache.catalina.valves.AccessLogValve&quot; directory=&quot;logs&quot; <br />\r
+  prefix=&quot;localhost_access_log.&quot; suffix=&quot;.txt&quot; pattern=&quot;common&quot; resolveHosts=&quot;false&quot;/&gt;</p>\r
+<p> The following information will be logged:</p>\r
+<table width="100%" border="0" style="margin:0">\r
+  <tr>\r
+    <th>Remote IP</th>\r
+    <th>Date</th>\r
+    <th>Method server_URL protocol </th>\r
+    <th>HTTP status </th>\r
+    <th>Response size in bytes </th>\r
+  </tr>\r
+  <tr>\r
+    <td>10.31.11.159</td>\r
+    <td>[10/Feb/2010:16:51:32 +0000]</td>\r
+    <td>&quot;POST /jws2/MafftWS HTTP/1.1&quot;</td>\r
+    <td>200</td>\r
+    <td>2067</td>\r
+  </tr>\r
+</table>\r
+<p>Which can be processed in various programs for log analysis , such as <a href="http://www.webalizer.org/">WebAlizer</a>, <a href="http://www.analog.cx/">Analog</a>, <a href="http://awstats.sourceforge.net/">AWStats</a>. </p>\r
+<h3><a name="logfiles" id="logfiles"></a>JABAWS internal logging </h3>\r
+<p>JABAWS can be configured to log what it is doing. This comes\r
+  handy if you would like to see who is using your web services or\r
+  need to chase some problems. JABAWS uses <a href=\r
+"http://logging.apache.org/log4j/1.2/">log4j</a> to do the logging,\r
+  the example of log4j configuration is bundled with JABAWS war file.\r
+  You will find it in the <span class=\r
+"hightlight">/WEB-INF/classes/log4j.properties</span> file. All the\r
+  lines in this file are commented out. The reason why the logging is\r
+  disabled by default it simple, log4j have to know the exact\r
+  location where the log files should be stored. This is not known up\r
+  until the deployment time. To enable the logging you need to\r
+  define<span class="hightlight"> logDir</span> property in the <span\r
+class="hightlight">log4j.properties</span> and uncomment section of\r
+  the file which corresponds to your need. More information is given\r
+  in the <span class="hightlight">log4j.properties</span> file\r
+  itself. Restart the Tomcat or the JABAWS web application to apply\r
+  the settings.</p>\r
+<p>After you have done this, assuming that you did not change the\r
+  log4j.properties file yourself, you should see the application log\r
+  file called <span class="hightlight">activity.log</span>. The\r
+  amount of information logged can be adjusted using different\r
+  logging levels, it is reduced in the following order of log levels\r
+  TRACE, DEBUG, INFO, WARN, ERROR, FATAL.</p>\r
+<p>If you would like to know who is using your services, you might\r
+  want to <a href="#logs">enable Tomcat request\r
+    logging</a>.</p>\r
+<h3><a name="execstat" id="execstat"></a>Monitoring JABAWS</h3>\r
+<p>JABAWS stores cluster task ids for all tasks which were run on the cluster. Using cluster ids the detailed statistics can be extracted from cluster accounting system. Due to the fact that each cluster supported by JABAWS have different accounting system it was not possible to provide ready to use statistics. <br />\r
+  For the local execution the starting and finishing time in nano seconds can be found in STARTED and FINISHED files respectively. In time we will provide the tools to extract execution time statistics, so keep the content of your working directory ready!</p>\r
+<h3><a name="warfile" id="warfile"></a>JABAWS War File Content</h3>\r
+<table width="100%">\r
+  <tr>\r
+    <th style="width:19%">Directory</th>\r
+    <th style="width:81%">Content description</th>\r
+  </tr>\r
+  <tr>\r
+    <td>conf/</td>\r
+    <td>contains configuration files such as Executable.properties,\r
+      Engine.local.properties, Engine.cluster.properties</td>\r
+  </tr>\r
+  <tr>\r
+    <td>conf/settings</td>\r
+    <td>Contains individual executable description files. In particular\r
+      XXXParameters.xml, XXXPresets.xml, XXXLimits.xml where XXX is the\r
+      name of the executable</td>\r
+  </tr>\r
+  <tr>\r
+    <td>jobsout/</td>\r
+    <td>Contains directories generated when running an individual executable. E.g. input and output files and some other task\r
+      related data. (optional)</td>\r
+  </tr>\r
+  <tr>\r
+    <td>binaries/</td>\r
+    <td>Directory contains native executables - programs,\r
+      windows binaries (optional)</td>\r
+  </tr>\r
+  <tr>\r
+    <td>binaries/src</td>\r
+    <td>Contains source of native executables and Linux i386\r
+      binaries.</td>\r
+  </tr>\r
+  <tr>\r
+    <td>binaries/matrices</td>\r
+    <td>Substitution matrices\r
+      <!-- what format ? --></td>\r
+  </tr>\r
+  <tr>\r
+    <td>WEB-INF</td>\r
+    <td>Web application descriptor</td>\r
+  </tr>\r
+  <tr>\r
+    <td>WEB-INF/lib</td>\r
+    <td>Web application libraries</td>\r
+  </tr>\r
+  <tr>\r
+    <td>WEB-INF/classes</td>\r
+    <td>log4j.properties - log configuration file (optional)</td>\r
+  </tr>\r
+  <tr>\r
+    <td colspan="2"><strong>Help Pages</strong> </td>\r
+  </tr>\r
+  <tr>\r
+    <td>/</td>\r
+    <td>help pages, index.html is the starting page</td>\r
+  </tr>\r
+  <tr>\r
+    <td>dm_javadoc</td>\r
+    <td>javadoc for JABAWS client (the link is available from How To\r
+      pages)</td>\r
+  </tr>\r
+  <tr>\r
+    <td>prog_docs</td>\r
+    <td>documentation for programs that JABAWS uses</td>\r
+  </tr>\r
+  <tr>\r
+    <td>images</td>\r
+    <td>images referenced by html pages</td>\r
+  </tr>\r
+</table>\r
+<p>&nbsp;</p>\r
+</div>\r
+<!-- content end-->\r
+<div id="copyright">Last update: 7 January 2011<br />\r
+ Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of\r
+Dundee, UK</div>\r
+</div>\r
+\r
+<!-- wrapper end-->\r
+</div>\r
+<!-- page end-->\r
+\r
+<!-- Google analitics -->\r
+<script type="text/javascript">\r
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");\r
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));\r
+</script>\r
+<script type="text/javascript">\r
+try{\r
+var pageTracker = _gat._getTracker("UA-5356328-1");\r
+pageTracker._trackPageview();\r
+} catch(err) {}\r
+</script>\r
+</body>\r
+</html>\r
+\r