diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/<testUI>* +1. Open URL *http://localhost:8888/run/<testUI>* ## 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/<testUI>* +1. Open URL *http://localhost:8888/run/<testUI>* ## Running a Development Server |