diff options
author | Erik Lumme <erik@vaadin.com> | 2017-09-12 16:22:51 +0300 |
---|---|---|
committer | Erik Lumme <erik@vaadin.com> | 2017-09-12 16:22:51 +0300 |
commit | e6775b1edd9a029e50e7c4902b79ae7848e4dc5a (patch) | |
tree | e399ccd4502cff49e71670b18a444cfe7b8065f3 /documentation/articles/VaadinScalabilityTestingWithAmazonWebServices.asciidoc | |
parent | 63246a5e6fef181e62ab7eecbf617f9c1a10a475 (diff) | |
download | vaadin-framework-e6775b1edd9a029e50e7c4902b79ae7848e4dc5a.tar.gz vaadin-framework-e6775b1edd9a029e50e7c4902b79ae7848e4dc5a.zip |
Fix formatting error
Diffstat (limited to 'documentation/articles/VaadinScalabilityTestingWithAmazonWebServices.asciidoc')
-rw-r--r-- | documentation/articles/VaadinScalabilityTestingWithAmazonWebServices.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/VaadinScalabilityTestingWithAmazonWebServices.asciidoc b/documentation/articles/VaadinScalabilityTestingWithAmazonWebServices.asciidoc index 0c1d09989f..0f5261ecdc 100644 --- a/documentation/articles/VaadinScalabilityTestingWithAmazonWebServices.asciidoc +++ b/documentation/articles/VaadinScalabilityTestingWithAmazonWebServices.asciidoc @@ -119,7 +119,7 @@ haven't already) from: * Add the *Private DNS* of all the instances you have setup to the list of Memcached servers in the `WebContent/WEB-INF/servers.xml` file with the default Memcached port 11211. For -example: `<!-- Memcached servers --><value>ip-11-111-11-111.ec2.internal:11211</value><value>ip-22-222-22-222.ec2.internal:11211</value>...` +example: `<!-- Memcached servers --><value>ip-11-111-11-111.ec2.internal:11211</value><value>ip-22-222-22-222.ec2.internal:11211</value>...` * Create a file called `build.properties` to the root directory of the project (right next to the `QuickTickets/build.xml`). Set the |