File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run loca
27
27
* install Maven
28
28
* clone this project
29
29
* from the console inside the directory with source code, execute command ` mvn clean jetty:run `
30
- * open up ` http://127.0.0.1:8081 ` in the browser
30
+ * open up ` http://127.0.0.1:8080 ` in the browser
31
31
* browse the site or log in as one of the pre-created users: ` admin ` / ` test ` or ` coder ` / ` test `
32
32
* press ` Ctrl-C ` to stop the server
33
33
Original file line number Diff line number Diff line change 51
51
<java .version>1.8</java .version>
52
52
53
53
<jetty .host>127.0.0.1</jetty .host>
54
- <jetty .port>8081 </jetty .port>
54
+ <jetty .port>8080 </jetty .port>
55
55
56
56
<compiler .plugin.version>3.2</compiler .plugin.version>
57
57
<resources .plugin.version>2.7</resources .plugin.version>
Original file line number Diff line number Diff line change 15
15
<!--
16
16
Web console for managing H2 database.
17
17
18
- Access it via http://127.0.0.1:8081 /console and use "org.h2.Driver" as the driver,
18
+ Access it via http://127.0.0.1:8080 /console and use "org.h2.Driver" as the driver,
19
19
"jdbc:h2:mem:mystamps" as the URL, "sa" as the username and a blank password.
20
20
-->
21
21
<servlet >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public final class Url {
33
33
public static final String PUBLIC_URL = "http://my-stamps.ru" ;
34
34
35
35
// defined at pom.xml (and used by functional tests only)
36
- public static final String SITE = "http://127.0.0.1:8081 " ;
36
+ public static final String SITE = "http://127.0.0.1:8080 " ;
37
37
38
38
public static final String INDEX_PAGE = "/" ;
39
39
public static final String ROBOTS_TXT = "/robots.txt" ;
You can’t perform that action at this time.
0 commit comments