<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
.. links
.. _war file content table: advanced.html#jabaws_war_file_content
-.. _dm_javadoc: http://www.compbio.dundee.ac.uk/jabaws/dm_javadoc/index.html
-.. _full_javadoc: http://www.compbio.dundee.ac.uk/jabaws/full_javadoc/index.html
+.. _dm_javadoc: ../dm_javadoc/index.html
+.. _full_javadoc: ../full_javadoc/index.html
.. _prog_docs: http://www.compbio.dundee.ac.uk/jabaws/prog_docs/
.. _test JABAWS: advanced.html#testing-the-jabaws-server
.. _deploying on Tomcat tips: war.html
* Disembl returned swapped strings for HOTLOOPS and REM465
* Jronn failed to process jobs with more than 3 sequences
* JABAWS could not deal with FASTA records with '>' symbols in the record identificator
-* Change of parameter description for AAcon: parameters have been replaced with options for calculation methods. This allows a user to get several AAcon's conservation scores in one call
+* Change of parameter description for AACon: parameters have been replaced with options for calculation methods. This allows a user to get several AACon's conservation scores in one call
* JABAWS never cleaned up job directories. Now JABAWS deletes the job directory if it exist longer than a period defined in Engine.properties
* Default web security has been incompatible with Tomcat 7.0.31 and newer
* Documentation has been updated
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'JABAWS.tex', 'JABAWS Documentation',
- 'Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton', 'manual'),
+ 'Peter Troshin, et al.', 'manual'),
]
The code structure
------------------
-.. image:: ../website/static/img/ws-structure.png
+.. image:: ../../website/static/img/ws-structure.png
:height: 414
:width: 282
:scale: 95 %
-.. |folder| image:: ../website/static/img/folder-small.png
+.. |folder| image:: ../../website/static/img/folder-small.png
:align: middle
:width: 15
.. links
.. _Git-tracker: https://source.jalview.org/crucible/changelog/jabaws
-.. _Data Model JavaDoc: http://www.compbio.dundee.ac.uk/jabaws/dm_javadoc/index.html
-.. _Complete JavaDoc: http://www.compbio.dundee.ac.uk/jabaws/full_javadoc/index.html
+.. _Data Model JavaDoc: ../dm_javadoc/index.html
+.. _Complete JavaDoc: ../full_javadoc/index.html
.. _JavaDoc: http://www.compbio.dundee.ac.uk/jabaws/full_javadoc/index.html
.. _Test Results: http://www.compbio.dundee.ac.uk/user/www-jws2/tests/index.html
.. _TestNG: http://testng.org/doc/index.html
rm -rf _build
# generating the html pages
make html
-mkdir ../website/docs
-cp -r _build/html/* ../website/docs/
+mkdir ../website/docs/v_2_2_0/
+cp -r _build/html/* ../../website/docs/v_2_2_0/
# extra for testing
#mkdir ../../jabaws-2.2-dev/docs
#cp -r _build/html/* ../../jabaws-2.2-dev/docs/
-# rm -rf _build
+rm -rf _build
# # generating the pdf
# make latex
# # Some of the links might not work properly in the pdf version...
# # \end{sphinxadmonition}
# cp _build/latex/JABAWS.pdf ../../jabaws-2.2-dev/docs/jabaws_manual.pdf
-# cp _build/latex/JABAWS.pdf ../website/docs/jabaws_manual.pdf
+# cp _build/latex/JABAWS.pdf ../../website/docs/v_2_2_0/jabaws_manual.pdf
+# rm -rf _build
# for multiple versions of this manual we need to implement some solution
# like this one https://robpol86.github.io/sphinxcontrib-versioning/index.html
JABAWS documentation is also available in *pdf*. `Download it here`_!
-.. _JABAWS homepage: ../
+.. _JABAWS homepage: ../../
.. toctree::
If you have deployed a JABAWS WAR file, then please see the `configuring privileged access`_ for Tomcat web application server section for further details.
-.. image:: ../website/static/img/usage_statistics_main.gif
+.. image:: ../../website/static/img/usage_statistics_main.gif
:height: 318
:width: 608
:scale: 100 %
Detailed execution statistics for each month is available for authenticated users only.
-.. image:: ../website/static/img/usage_statistics_month.gif
+.. image:: ../../website/static/img/usage_statistics_month.gif
:height: 902
:width: 670
:scale: 100 %
Please note that if you deployed JABAWS WAR, in order to be able to navigate to the job directory from this view, the application server may need to be configured. Please see the `Configuring JABAWS execution statistics`_ section for further details.
-.. image:: ../website/static/img/usage_statistics_details.gif
+.. image:: ../../website/static/img/usage_statistics_details.gif
:height: 198
:width: 917
:scale: 100 %
Job Directory Contents
----------------------
-.. image:: ../website/static/img/usage_statistics_job_details.gif
+.. image:: ../../website/static/img/usage_statistics_job_details.gif
:height: 420
:width: 716
:scale: 90 %
By default, the JABAWS virtual appliance is configured with 512M of memory and 1 CPU, but you are free to change these settings. If you have more than one CPU or CPU core on your computer you can make them available for the JABAWS virtual machine by editing virtual machine settings. Please bear in mind that more CPU power will not make a single calculation go faster, but it will enable the VM to do calculations in parallel. Similarly, you can add more memory to the virtual machine. More memory lets your VM deal with larger tasks, e.g. work with large alignments.
-.. image:: ../website/static/img/VMware_cpu.png
+.. image:: ../../website/static/img/VMware_cpu.png
:height: 267
:width: 708
:scale: 95 %
.. _Jalview help pages: http://www.jalview.org/help/html/webServices/JABAWS.html
-.. image:: ../website/static/img/vm_welcome_screen.png
+.. image:: ../../website/static/img/vm_welcome_screen.png
:height: 461
:width: 734
:scale: 95 %
If you click on Advanced Menu, you will see the configuration console, similar to the one below.
-.. image:: ../website/static/img/VMware_booted.png
+.. image:: ../../website/static/img/VMware_booted.png
:height: 461
:width: 735
:scale: 95 %
.. links
.. _war file content table: advanced.html#jabaws_war_file_content
-.. _dm_javadoc: http://www.compbio.dundee.ac.uk/jabaws/dm_javadoc/index.html
-.. _full_javadoc: http://www.compbio.dundee.ac.uk/jabaws/full_javadoc/index.html
+.. _dm_javadoc: ../dm_javadoc/index.html
+.. _full_javadoc: ../full_javadoc/index.html
.. _prog_docs: http://www.compbio.dundee.ac.uk/jabaws/prog_docs/
.. _test JABAWS: advanced.html#testing-the-jabaws-server
.. _deploying on Tomcat tips: war.html
* Disembl returned swapped strings for HOTLOOPS and REM465
* Jronn failed to process jobs with more than 3 sequences
* JABAWS could not deal with FASTA records with '>' symbols in the record identificator
-* Change of parameter description for AAcon: parameters have been replaced with options for calculation methods. This allows a user to get several AAcon's conservation scores in one call
+* Change of parameter description for AACon: parameters have been replaced with options for calculation methods. This allows a user to get several AACon's conservation scores in one call
* JABAWS never cleaned up job directories. Now JABAWS deletes the job directory if it exist longer than a period defined in Engine.properties
* Default web security has been incompatible with Tomcat 7.0.31 and newer
* Documentation has been updated
The code structure
------------------
-.. image:: ../website/static/img/ws-structure.png
+.. image:: ../../website/static/img/ws-structure.png
:height: 414
:width: 282
:scale: 95 %
-.. |folder| image:: ../website/static/img/folder-small.png
+.. |folder| image:: ../../website/static/img/folder-small.png
:align: middle
:width: 15
.. links
.. _Git-tracker: https://source.jalview.org/crucible/changelog/jabaws
-.. _Data Model JavaDoc: http://www.compbio.dundee.ac.uk/jabaws/dm_javadoc/index.html
-.. _Complete JavaDoc: http://www.compbio.dundee.ac.uk/jabaws/full_javadoc/index.html
+.. _Data Model JavaDoc: ../dm_javadoc/index.html
+.. _Complete JavaDoc: ../full_javadoc/index.html
.. _JavaDoc: http://www.compbio.dundee.ac.uk/jabaws/full_javadoc/index.html
.. _Test Results: http://www.compbio.dundee.ac.uk/user/www-jws2/tests/index.html
.. _TestNG: http://testng.org/doc/index.html
JABAWS documentation is also available in *pdf*. `Download it here`_!
-.. _JABAWS homepage: ../
+.. _JABAWS homepage: ../../
.. toctree::
If you have deployed a JABAWS WAR file, then please see the `configuring privileged access`_ for Tomcat web application server section for further details.
-.. image:: ../website/static/img/usage_statistics_main.gif
+.. image:: ../../website/static/img/usage_statistics_main.gif
:height: 318
:width: 608
:scale: 100 %
Detailed execution statistics for each month is available for authenticated users only.
-.. image:: ../website/static/img/usage_statistics_month.gif
+.. image:: ../../website/static/img/usage_statistics_month.gif
:height: 902
:width: 670
:scale: 100 %
Please note that if you deployed JABAWS WAR, in order to be able to navigate to the job directory from this view, the application server may need to be configured. Please see the `Configuring JABAWS execution statistics`_ section for further details.
-.. image:: ../website/static/img/usage_statistics_details.gif
+.. image:: ../../website/static/img/usage_statistics_details.gif
:height: 198
:width: 917
:scale: 100 %
Job Directory Contents
----------------------
-.. image:: ../website/static/img/usage_statistics_job_details.gif
+.. image:: ../../website/static/img/usage_statistics_job_details.gif
:height: 420
:width: 716
:scale: 90 %
By default, the JABAWS virtual appliance is configured with 512M of memory and 1 CPU, but you are free to change these settings. If you have more than one CPU or CPU core on your computer you can make them available for the JABAWS virtual machine by editing virtual machine settings. Please bear in mind that more CPU power will not make a single calculation go faster, but it will enable the VM to do calculations in parallel. Similarly, you can add more memory to the virtual machine. More memory lets your VM deal with larger tasks, e.g. work with large alignments.
-.. image:: ../website/static/img/VMware_cpu.png
+.. image:: ../../website/static/img/VMware_cpu.png
:height: 267
:width: 708
:scale: 95 %
.. _Jalview help pages: http://www.jalview.org/help/html/webServices/JABAWS.html
-.. image:: ../website/static/img/vm_welcome_screen.png
+.. image:: ../../website/static/img/vm_welcome_screen.png
:height: 461
:width: 734
:scale: 95 %
If you click on Advanced Menu, you will see the configuration console, similar to the one below.
-.. image:: ../website/static/img/VMware_booted.png
+.. image:: ../../website/static/img/VMware_booted.png
:height: 461
:width: 735
:scale: 95 %
<tr class="row-even"><td>/</td>
<td>help pages, index.html is the starting page</td>
</tr>
-<tr class="row-odd"><td><a class="reference external" href="http://www.compbio.dundee.ac.uk/jabaws/dm_javadoc/index.html">dm_javadoc</a></td>
+<tr class="row-odd"><td><a class="reference external" href="../dm_javadoc/index.html">dm_javadoc</a></td>
<td>JavaDoc for the JABAWS Data Model</td>
</tr>
-<tr class="row-even"><td><a class="reference external" href="http://www.compbio.dundee.ac.uk/jabaws/full_javadoc/index.html">full_javadoc</a></td>
+<tr class="row-even"><td><a class="reference external" href="../full_javadoc/index.html">full_javadoc</a></td>
<td>JavaDoc for the complete JABAWS</td>
</tr>
<tr class="row-odd"><td><a class="reference external" href="http://www.compbio.dundee.ac.uk/jabaws/prog_docs/">prog_docs</a></td>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<li>Disembl returned swapped strings for HOTLOOPS and REM465</li>
<li>Jronn failed to process jobs with more than 3 sequences</li>
<li>JABAWS could not deal with FASTA records with ‘>’ symbols in the record identificator</li>
-<li>Change of parameter description for AAcon: parameters have been replaced with options for calculation methods. This allows a user to get several AAcon’s conservation scores in one call</li>
+<li>Change of parameter description for AACon: parameters have been replaced with options for calculation methods. This allows a user to get several AACon’s conservation scores in one call</li>
<li>JABAWS never cleaned up job directories. Now JABAWS deletes the job directory if it exist longer than a period defined in Engine.properties</li>
<li>Default web security has been incompatible with Tomcat 7.0.31 and newer</li>
<li>Documentation has been updated</li>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
</div>
<div class="section" id="the-api">
<span id="jabaws-api"></span><h2>The API<a class="headerlink" href="#the-api" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference external" href="http://www.compbio.dundee.ac.uk/jabaws/dm_javadoc/index.html">Data Model JavaDoc</a> - read this if your are coding against JABA Web Services</p>
-<p><a class="reference external" href="http://www.compbio.dundee.ac.uk/jabaws/full_javadoc/index.html">Complete JavaDoc</a> - for developers who want to use JABAWS framework and use Engines and Executables directly</p>
+<p><a class="reference external" href="../dm_javadoc/index.html">Data Model JavaDoc</a> - read this if your are coding against JABA Web Services</p>
+<p><a class="reference external" href="../full_javadoc/index.html">Complete JavaDoc</a> - for developers who want to use JABAWS framework and use Engines and Executables directly</p>
<hr class="docutils" />
</div>
<div class="section" id="structure-of-the-project">
</tbody>
</table>
<p>Additional utility libraries that this client depend upon is the compbio-util-1.3.jar and compbio-annotation-1.0.jar.</p>
-<p>Please refer to a <a class="reference external" href="http://www.compbio.dundee.ac.uk/jabaws/dm_javadoc/index.html">Data Model JavaDoc</a> for a detailed description of each class and its methods.</p>
+<p>Please refer to a <a class="reference external" href="../dm_javadoc/index.html">Data Model JavaDoc</a> for a detailed description of each class and its methods.</p>
<hr class="docutils" />
</div>
<div class="section" id="connecting-to-jabaws">
<span class="o">}</span>
</pre></div>
</div>
-<p>For a more detailed description of all available types and their functions please refer to the <a class="reference external" href="http://www.compbio.dundee.ac.uk/jabaws/dm_javadoc/index.html">Data Model JavaDoc</a>.</p>
+<p>For a more detailed description of all available types and their functions please refer to the <a class="reference external" href="../dm_javadoc/index.html">Data Model JavaDoc</a>.</p>
<hr class="docutils" />
</div>
</div>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<div class="section" id="welcome-to-jabaws-s-documentation">
<h1>Welcome to JABAWS’s documentation!<a class="headerlink" href="#welcome-to-jabaws-s-documentation" title="Permalink to this headline">¶</a></h1>
-<p>Read on these documentation pages or go back to the <a class="reference external" href="../">JABAWS homepage</a>!</p>
+<p>Read on these documentation pages or go back to the <a class="reference external" href="../../">JABAWS homepage</a>!</p>
<p>JABAWS documentation is also available in <em>pdf</em>. <a class="reference external" href="./jabaws_manual.pdf">Download it here</a>!</p>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Contents:</span></p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<hr/>
<div role="contentinfo">
- <p><a href="../">JABAWS 2.2</a>
+ <p><a href="../../">JABAWS 2.2</a>
© Copyright 2017, Peter Troshin, Alexander Sherstnev, Jim Procter, Alexey Drozdetskiy, Daniel Barton, Suzanne Duce, Fábio Madeira and Geoff Barton.
</p>
<p class="justify">
Read the <a href="${pageContext.request.contextPath}/getting_started.jsp"><em>Getting Started</em></a>
guides to better decide which JABAWS distribution better suits your needs.
- Additional information is available in the <a href="${pageContext.request.contextPath}/docs/index.html">
+ Additional information is available in the <a href="${pageContext.request.contextPath}/docs/v_2_2_0/index.html">
documentation pages</a>.
</p>
<br>
<ul>
<li>
<a href='${pageContext.request.contextPath}/archive/min-jabaws-client-2.2.0.jar'>
- <i class="fa fa-download" aria-hidden="true"></i>CLI jar file with binaries</a> (with log4j)</li>
+ <i class="fa fa-download" aria-hidden="true"></i> CLI jar file with binaries</a> (with log4j)</li>
<li>
<a href='${pageContext.request.contextPath}/archive/min-jabaws-client-nolog-2.2.0.jar'>
- <i class="fa fa-download" aria-hidden="true"></i>CLI jar file with binaries</a> (without log4j)</li>
+ <i class="fa fa-download" aria-hidden="true"></i> CLI jar file with binaries</a> (without log4j)</li>
<li>
<a href='${pageContext.request.contextPath}/archive/jabaws-client-src-2.2.0.jar'>
- <i class="fa fa-download" aria-hidden="true"></i>CLI client source</a></li>
+ <i class="fa fa-download" aria-hidden="true"></i> CLI client source</a></li>
</ul>
<p class="justify">
The command line client displays help when executed without arguments,
more details is available from the JABAWS
- <a href="${pageContext.request.contextPath}/docs/client.html">document pages</a>.
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/client.html">document pages</a>.
</p>
<p class="text-right">
<a href="#">Back to top <i class="fa fa-arrow-up" aria-hidden="true"></i></a>
(includes source and precompiled Linux x86 and Windows binaries)</li>
</ul>
<p class="justify">
- Please check the JABAWS <a href="${pageContext.request.contextPath}/docs/war.html">document pages</a>
+ Please check the JABAWS <a href="${pageContext.request.contextPath}/docs/v_2_2_0/war.html">document pages</a>
for further instructions.
</p>
<p class="text-right">
<i class="fa fa-download" aria-hidden="true"></i> JABAWS Virtual Appliance</a></li>
</ul>
<p class="justify">
- Please check the JABAWS <a href="${pageContext.request.contextPath}/docs/va.html">document pages</a>
+ Please check the JABAWS <a href="${pageContext.request.contextPath}/docs/v_2_2_0/va.html">document pages</a>
for further instructions.
</p>
<p class="text-right">
<div class="panel-body">
<p class="justify">
Choose the JABAWS distribution that better suits your needs and read the <em>Getting Started</em> guides below.
- Detailed information is available in the <a href="${pageContext.request.contextPath}/docs/index.html">
+ Detailed information is available in the <a href="${pageContext.request.contextPath}/docs/v_2_2_0/index.html">
documentation pages</a>.
</p>
<br>
It allows anyone who wants to connect to the JABAWS web-services running at the
University of Dundee's Public Server, or to run a local private JABAWS server from their own software.
You can read more about how to use JABAWS command line (CLI) client given in the
- <a href="docs/client.html">documentation pages</a>,
+ <a href="docs/v_2_2_0/client.html">documentation pages</a>,
but a brief instructions are given below:
</p>
<ol>
The JABA Web Services are WS-I compliant. This means that you can access them from any
language that has libraries or functions for consuming interoperable SOAP web services.
More information on how to develop software that access JABAWS services is provided in the
- <a href="docs/develop.html#accessing-jabaws-from-your-program">documentation pages</a>.
+ <a href="docs/v_2_2_0/develop.html#accessing-jabaws-from-your-program">documentation pages</a>.
<!-- TODO Provide list of libraries for different languages -->
</p>
<p class="text-right">
The JABAWS Web Application aRchive (WAR) is for anyone who wants to run JABAWS for their group, lab or organization,
or wants to enable their local JABAWS server to use the cluster or perform very large tasks.
Complete documentation is provided in the
- <a href="docs/war.html">documentation pages</a>, but brief instructions are given below:
+ <a href="docs/v_2_2_0/war.html">documentation pages</a>, but brief instructions are given below:
</p>
<ol>
<li>Download the <a href="${pageContext.request.contextPath}/download.jsp#war">JABAWS WAR file</a></li>
<p class="justify">
The Virtual Appliance (VA) package allows you to run a JABAWS server installed on TurnKey Linux as a
virtual machine on your laptop or desktop computer. A complete guide
- to the JABAWS VA is given in the <a href="${pageContext.request.contextPath}/docs/va.html">documentation pages</a>,
+ to the JABAWS VA is given in the <a href="${pageContext.request.contextPath}/docs/v_2_2_0/va.html">documentation pages</a>,
but for the impatient, brief instructions are given below:
</p>
<p class="justify">
You can access our public JABAWS web services with <a href="http://www.jalview.org/">Jalview</a>,
<a href="${pageContext.request.contextPath}/getting_started.jsp#client">JABAWS CLI</a>, or
- <a href="${pageContext.request.contextPath}/docs/develop.html#accessing-jabaws-from-your-program">with your own program</a>.
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/develop.html#accessing-jabaws-from-your-program">with your own program</a>.
The latest versions of Jalview (version 2.9 or later) are fully compatible
with JABAWS 2.2 and are configured to use the public JABAWS server by default.
</p>
<div class="col-md-4">
<ul class="list-unstyled">
<li>
- <strong><a href="${pageContext.request.contextPath}/docs/index.html">Documentation</a></strong>
+ <strong><a href="${pageContext.request.contextPath}/docs/v_2_2_0/index.html">Documentation</a></strong>
<ul>
<li>
- <a href="${pageContext.request.contextPath}/docs/getting_started.html">Getting Started</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/getting_started.html">Getting Started</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/included_tools.html">Included Tools</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/included_tools.html">Included Tools</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/client.html">Command Line Client (CLI)</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/client.html">Command Line Client (CLI)</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/war.html">Web Application Archive (WAR)</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/war.html">Web Application Archive (WAR)</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/va.html">Virtual Appliance (VA)</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/va.html">Virtual Appliance (VA)</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/advanced.html">Advanced Usage</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/advanced.html">Advanced Usage</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/develop.html">For Developers</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/develop.html">For Developers</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/changelog.html">Changelog</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/changelog.html">Changelog</a>
</li>
</ul>
</li>
</div>
<hr>
<p class="text-right"><small>
- Site Last updated: 12 April 2017. This site was built using the <a href="http://getbootstrap.com">Bootstrap framework.</a>
+ Site Last updated: 21 April 2017. This site was built using the <a href="http://getbootstrap.com">Bootstrap framework.</a>
</small></p>
</div>
<ul class="dropdown-menu">
<li>
- <a href="${pageContext.request.contextPath}/docs/getting_started.html">Getting Started</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/getting_started.html">Getting Started</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/included_tools.html">Included Tools</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/included_tools.html">Included Tools</a>
</li>
<li class="divider"></li>
<li>
- <a href="${pageContext.request.contextPath}/docs/client.html">Command Line Client (CLI)</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/client.html">Command Line Client (CLI)</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/war.html">Web Application Archive (WAR)</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/war.html">Web Application Archive (WAR)</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/va.html">Virtual Appliance (VA)</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/va.html">Virtual Appliance (VA)</a>
</li>
<li class="divider"></li>
<li>
- <a href="${pageContext.request.contextPath}/docs/advanced.html">Advanced Usage</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/advanced.html">Advanced Usage</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/develop.html">For Developers</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/develop.html">For Developers</a>
</li>
<li class="divider"></li>
<li>
- <a href="${pageContext.request.contextPath}/docs/changelog.html">Changelog</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/changelog.html">Changelog</a>
</li>
<li>
- <a href="${pageContext.request.contextPath}/docs/stats.html">Usage Statistics</a>
+ <a href="${pageContext.request.contextPath}/docs/v_2_2_0/stats.html">Usage Statistics</a>
</li>
<li class="divider"></li>
<li>