X-Git-Url: http://source.jalview.org/gitweb/?p=jabaws.git;a=blobdiff_plain;f=website%2Fmanual_qs_war.html;h=9ce395146cd2ab8043c4308a62b47d1a83153567;hp=5dc65c3e443fceb018c1f65fe641a6ec1bc67234;hb=a2cffcf92327725d8fc8abfd49d032176be4e86a;hpb=09c859acd393362b835e920ef94c8be4f75af736 diff --git a/website/manual_qs_war.html b/website/manual_qs_war.html index 5dc65c3..9ce3951 100644 --- a/website/manual_qs_war.html +++ b/website/manual_qs_war.html @@ -26,8 +26,9 @@ Getting Started Manual Download - Contact Us Usage Statistics + Services Status + Contact Us Barton Group @@ -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 @@ -74,24 +75,25 @@
  • Drop the JABAWS WAR file into tomcat/webapps directory.
  • (Re)start the Tomcat.
  • 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).
  • -
  • You then need to complete the installation of the executable binaries:
  • +
  • You then need to complete the installation of the executable binaries (this is optional if you use 32 bit version of Linux):
  • +
  • If you are on other unix-like architecture with gnu compilers available or you'd like to get a maximum performance:
  • +
  • cd to webapps/jabaws/binaries/src/ and execute ./compilebin.sh script to compile all binaries JABAWS depends on.
  • +
  • cd to webapps/jabaws/binaries/src/ and execute ./setexecflag.sh script.
  • +

    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 main menu 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: