<!--body end -->\r
</div>\r
\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div> <!-- wrapper end-->\r
\r
\r
<p class="code">http://www.compbio.ac.uk:8080/ws</p>\r
<p>JABAWS are the standard JAX-WS web services, which are WS-I basic profile compatible. </p>\r
</div><!-- content end--> \r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div> <!-- page end-->\r
\r
working with JABAWS. For more information please refer to the <a href="dm_javadoc/index.html">data model javadoc</a>.\r
</p>\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
<p>Alternatively you can use JABAWS on the <a href="http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/index.html?GettingStarted.html">Amazon Elastic BeanStalk</a>. You may want to use this option to deploy JABAWS in the cluster configuration.</p>\r
</div><!-- end of jabaws_on_cloud div -->\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
<p> </p>\r
</div><!-- end of jabaws_on_cloud div -->\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
<p> </p>\r
</div><!-- end of jabaws_on_cloud div -->\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
<span class="code"> java -jar jabaws-min-client.jar -h=http://myhost.compbio.ac.uk:8080/jabaws -s=MafftWS -parameters</span></p>\r
<p>The same client can be used to access JABAWS on different hosts. Just point the client to the host you want to use by changing the value of -h key. For example you used <span class="hightlight">-h=http://myhost.compbio.ac.uk:8080/jabaws</span> server, now you want to use another server to <span class="hightlight">-h=http://mylabserver.myuni.edu.</span> This comes handy if your favorite server is off and you need to do the job yesterday. </p>\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
<p> Google Analytics can be disabled or adjusted by removing/editing <span class="hightlight">conf/GA.properties</span> Google Analytics (GA) settings file. We would appreciate it greatly if you could leave it on!</p>\r
<p>All calls to GA are very lightweight, completed asynchronously, create very little overhead and do not influence the server response time or performance.</p>\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
<p>JABAWS are the standard <a href="http://jax-ws.java.net/">JAX-WS</a> SOAP web services, which are <a href="http://www.ws-i.org/">WS-I</a> basic profile compatible. This means that you could use whatever tool your language has to work with web services. Below is how you can generate portable artifacts to work with JABAWS from Java. However, if programming in Java we recommend using our client library as it provides a handful of useful methods in addition to plain data types. </p>\r
<p class="code">wsimport -keep http://www.compbio.dundee.ac.uk/jabaws/ClustalWS?wsdl</p>\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
</ol>\r
<p> </p>\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div> <!-- page end-->\r
\r
<h3><a name="vmiaccess" id="vmiaccess"/></a></a>VM Network Settings </h3>\r
<p>By default the JABAWS VM is configured to use host-only networking. This means that the host can communicate with the VM via a network, but no other machines can. Similarly, the VM cannot communicate with any other computers apart from the host. If you want to connect to the Internet from the VM, configure your VM to use NAT network. However, you will not be able to connect to the VM from the host in such case. If you want to be able to connect to your VM and let VM connect to the internet at the same time you would have to use a Bridged network. In such a case you would have to configure the VM IP address manually (unless of course your network has a DHCP server to do that)</a></p>\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
<li>If Tomcat still refuses to unpack the war file, unpack it manually into web application folder (the war file is just a zip archive). Restart the Tomcat.</li>\r
</ul>\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
<p><br>\r
</p>\r
</div><!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div><!-- page end-->\r
\r
</ol>\r
</div><!-- about end-->\r
</div><!-- content end--> \r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div> <!-- page end-->\r
\r
</p>\r
</div><!-- about end-->\r
</div><!-- content end--> \r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div> <!-- page end-->\r
\r
</div>\r
</div><!-- about end-->\r
</div><!-- content end--> \r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div> <!-- page end-->\r
\r
\r
<!-- TODO put JABAWS CMD test instructions here -->\r
</div> <!-- content end-->\r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end -->\r
\r
\r
</tr>\r
</table>\r
</div><!-- content end--> \r
-<div id="copyright">Last update: 28 June 2013<br/>Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
+<div id="copyright">Last update: 28 June 2013<br/>Sasha Sherstnev, Peter Troshin, Jim Procter and Geoff Barton, The Barton Group, University of Dundee, UK</div>\r
</div><!-- wrapper end-->\r
</div> <!-- page end-->\r
\r