X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fmanual_qs_war.html;h=e3c0cc827199ce1dd5a7dc23381a185eeafd04cf;hb=6338c0cebe13936bde3d3d2cbe6aca0c8f82f5f4;hp=5dc65c3e443fceb018c1f65fe641a6ec1bc67234;hpb=a694d5e4cac2ed5f560c9939a04d9729c477c724;p=jabaws.git diff --git a/website/manual_qs_war.html b/website/manual_qs_war.html index 5dc65c3..e3c0cc8 100644 --- a/website/manual_qs_war.html +++ b/website/manual_qs_war.html @@ -14,7 +14,7 @@ @@ -49,7 +50,7 @@ Running JABAWS on the cloud, for one or many users - JABAWS AMI + JABAWS on the Amazon cloud Running JABAWS for my group, lab, or organization on the local infrastructure @@ -68,30 +69,26 @@

This is for anyone who wants to run JABAWS for their group, lab or organization, or wants to enable their local JABA server to use the cluster or perform very large tasks.

    -
  1. Download the JABAWS WAR for your platform
  2. +
  3. Download the JABAWS WAR for your platform
  4. Download and install Apache-Tomcat.
    You will need at least version 5.5 of Tomcat (we would recommend version 7.0) and at least version 1.6 (i.e. JAVA 6) of Java.
  5. Drop the JABAWS WAR file into tomcat/webapps directory.
  6. (Re)start the Tomcat.
  7. Once the tomcat has started, it should automatically unpack the WAR into the webapps directory (if it doesn't, then you'll need to do this manually, it's just a zip archive in the end).
  8. -
  9. You then need to complete the installation of the executable binaries:
  10. - +
  11. If you are on Mac or other unix-like architecture with GNU compilers available or you'd like to get a maximum performance
  12. +

Testing

-

You can test that your JABAWS server is working in two ways.

+

You can test that your JABAWS server is working in several ways.

    +
  1. Visit Services Status page available from the JABAWS main page using your web browser.
  2. +
  3. If you are working on the command line, then use the command line client shipped with the JABAWS war to test it by running: -java -jar <Path to tomcat WebApp directory>/jabaws/WEB-INF/lib/jaba-client.jar -h=http://localhost:8080/jabaws -In this example we assumed that your JABAWS server URL is http://localhost:8080 and JABAWS context path is jabaws + java -jar <Path to tomcat WebApp directory>/jabaws/WEB-INF/lib/jaba-client.jar -h=http://localhost:8080/jabaws + In this example we assumed that your JABAWS server URL is http://localhost:8080 and JABAWS context path is jabaws
  4. -
  5. Alternately, you can point Jalview at your new server: