From: Jim Procter Date: Mon, 1 Jul 2013 12:55:55 +0000 (+0100) Subject: add Sasha S to list of authors X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=7d1c3303f384cc6c4a9827b28f5b394a5702508f;p=jabaws.git add Sasha S to list of authors --- diff --git a/website/contacts.html b/website/contacts.html index fd1b8b8..a238e47 100644 --- a/website/contacts.html +++ b/website/contacts.html @@ -51,7 +51,7 @@ - + diff --git a/website/develhome.html b/website/develhome.html index 4ac519d..53395fc 100644 --- a/website/develhome.html +++ b/website/develhome.html @@ -110,7 +110,7 @@ Several testing groups are supported:

http://www.compbio.ac.uk:8080/ws

JABAWS are the standard JAX-WS web services, which are WS-I basic profile compatible.

- + diff --git a/website/man_about.html b/website/man_about.html index 3ab892d..d60e5c5 100644 --- a/website/man_about.html +++ b/website/man_about.html @@ -159,7 +159,7 @@ is the Java tool for creating web service bindings; but in addition, offers some working with JABAWS. For more information please refer to the data model javadoc.

- + diff --git a/website/man_awscloud.html b/website/man_awscloud.html index 15fdd88..822ec3b 100644 --- a/website/man_awscloud.html +++ b/website/man_awscloud.html @@ -68,7 +68,7 @@

Alternatively you can use JABAWS on the Amazon Elastic BeanStalk. You may want to use this option to deploy JABAWS in the cluster configuration.

- + diff --git a/website/man_awscloud_bs.html b/website/man_awscloud_bs.html index 637996e..004da8b 100644 --- a/website/man_awscloud_bs.html +++ b/website/man_awscloud_bs.html @@ -71,7 +71,7 @@

 

- + diff --git a/website/man_awscloud_ec2.html b/website/man_awscloud_ec2.html index 1ab14c1..8313b9b 100644 --- a/website/man_awscloud_ec2.html +++ b/website/man_awscloud_ec2.html @@ -84,7 +84,7 @@

 

- + diff --git a/website/man_client.html b/website/man_client.html index 66550b0..6639ef2 100644 --- a/website/man_client.html +++ b/website/man_client.html @@ -91,7 +91,7 @@ Please note that -r and -f options cannot be used together. Alignment is done wi java -jar jabaws-min-client.jar -h=http://myhost.compbio.ac.uk:8080/jabaws -s=MafftWS -parameters

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 -h=http://myhost.compbio.ac.uk:8080/jabaws server, now you want to use another server to -h=http://mylabserver.myuni.edu. This comes handy if your favorite server is off and you need to do the job yesterday.

- + diff --git a/website/man_configuration.html b/website/man_configuration.html index 2ce17a8..d60ecb8 100644 --- a/website/man_configuration.html +++ b/website/man_configuration.html @@ -413,7 +413,7 @@ class="hightlight">log4j.properties and uncomment section of

Google Analytics can be disabled or adjusted by removing/editing conf/GA.properties Google Analytics (GA) settings file. We would appreciate it greatly if you could leave it on!

All calls to GA are very lightweight, completed asynchronously, create very little overhead and do not influence the server response time or performance.

- + diff --git a/website/man_dev.html b/website/man_dev.html index 2c41932..bdd050c 100644 --- a/website/man_dev.html +++ b/website/man_dev.html @@ -352,7 +352,7 @@ For a more detailed description of all available types and their functions pleas

JABAWS are the standard JAX-WS SOAP web services, which are WS-I 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.

wsimport -keep http://www.compbio.dundee.ac.uk/jabaws/ClustalWS?wsdl

- + diff --git a/website/man_server_dev.html b/website/man_server_dev.html index 993589c..f5ef11b 100644 --- a/website/man_server_dev.html +++ b/website/man_server_dev.html @@ -210,7 +210,7 @@ Several testing groups are supported:

 

- + diff --git a/website/man_servervm.html b/website/man_servervm.html index 4c6d349..b96a9c1 100644 --- a/website/man_servervm.html +++ b/website/man_servervm.html @@ -142,7 +142,7 @@ but for most production environments, the JABAWS WAR distribution will be easie

VM Network Settings

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)

- + diff --git a/website/man_serverwar.html b/website/man_serverwar.html index 11fb7e7..4445f07 100644 --- a/website/man_serverwar.html +++ b/website/man_serverwar.html @@ -236,7 +236,7 @@ modify the paths in 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. - + diff --git a/website/man_stats.html b/website/man_stats.html index 356ce90..5574c60 100644 --- a/website/man_stats.html +++ b/website/man_stats.html @@ -148,7 +148,7 @@ Each table contains the following information for each web service


- + diff --git a/website/manual_qs_amazon.html b/website/manual_qs_amazon.html index 04d7fb5..c7e008f 100644 --- a/website/manual_qs_amazon.html +++ b/website/manual_qs_amazon.html @@ -71,7 +71,7 @@ - + diff --git a/website/manual_qs_client.html b/website/manual_qs_client.html index 67ff7e5..0a977ca 100644 --- a/website/manual_qs_client.html +++ b/website/manual_qs_client.html @@ -82,7 +82,7 @@

- + diff --git a/website/manual_qs_va.html b/website/manual_qs_va.html index 33a892f..64709c3 100644 --- a/website/manual_qs_va.html +++ b/website/manual_qs_va.html @@ -88,7 +88,7 @@ - + diff --git a/website/manual_qs_war.html b/website/manual_qs_war.html index d836ce0..7e4b74d 100644 --- a/website/manual_qs_war.html +++ b/website/manual_qs_war.html @@ -99,7 +99,7 @@ - + diff --git a/website/quick_start.html b/website/quick_start.html index 2dc5cf2..8a4ecc1 100644 --- a/website/quick_start.html +++ b/website/quick_start.html @@ -59,7 +59,7 @@ - +