summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-03-16 10:38:47 +0100
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-03-16 16:21:24 +0200
commit637afe2dac778fc31e77166af2a71242e3e64595 (patch)
treeb4a83374c685c37be7b32025d7c2af330c4505aa /README.md
parentd436e3f1d05621d5ea4a6da3f9e890c7150e9510 (diff)
downloadvaadin-framework-637afe2dac778fc31e77166af2a71242e3e64595.tar.gz
vaadin-framework-637afe2dac778fc31e77166af2a71242e3e64595.zip
ApplicationRunnerServlet to correctly get last modified application (#8852)
Also, change README.txt to the correct test port 8888
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 06d4963aa7..82cf75e350 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ The following preferences need to be set to keep the project consistent. You nee
1. In a Project Explorer right-click *vaadin-uitest*
1. Open *Run As* -> *Maven build...*
1. Type in <code>jetty:run-exploded</code> into *Goals* and click *Run*
-1. Open URL *http://localhost:8080/run/&lt;testUI&gt;*
+1. Open URL *http://localhost:8888/run/&lt;testUI&gt;*
## Setting up IntelliJ IDEA to Develop Vaadin 7
@@ -75,7 +75,7 @@ The following preferences need to be set to keep the project consistent. You nee
1. Open *Maven Projects*
1. Open *vaadin-uitest* -> *Plugins* -> *jetty* -> *jetty:run-exploded*
-1. Open URL *http://localhost:8080/run/&lt;testUI&gt;*
+1. Open URL *http://localhost:8888/run/&lt;testUI&gt;*
## Running a Development Server