This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4
4
5
- Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
5
+ Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
6
6
7
7
The contents of this file are subject to the terms of either the GNU
8
8
General Public License Version 2 only ("GPL") or the Common Development
@@ -64,4 +64,4 @@ Run the example as follows:
64
64
65
65
This deploys the example using [ Grizzly] ( http://grizzly.java.net/ ) container. You can access the application at:
66
66
67
- - < http://localhost:8080/base/ helloworld >
67
+ - < http://localhost:8080/helloworld >
Original file line number Diff line number Diff line change 2
2
3
3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4
4
5
- Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
5
+ Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
6
6
7
7
The contents of this file are subject to the terms of either the GNU
8
8
General Public License Version 2 only ("GPL") or the Common Development
@@ -70,4 +70,4 @@ Run the example as follows:
70
70
71
71
This deploys the example using [ Grizzly] ( http://grizzly.java.net/ ) container. You can access the application at:
72
72
73
- - < http://localhost:8080/base /helloworld >
73
+ - < http://localhost:8080/helloworld-webapp /helloworld >
Original file line number Diff line number Diff line change 62
62
<dependency >
63
63
<groupId >javax.servlet</groupId >
64
64
<artifactId >javax.servlet-api</artifactId >
65
- <version >${servlet3 .version} </version >
65
+ <version >${servlet4 .version} </version >
66
66
</dependency >
67
67
68
68
<dependency >
Original file line number Diff line number Diff line change 2
2
3
3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4
4
5
- Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
5
+ Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
6
6
7
7
The contents of this file are subject to the terms of either the GNU
8
8
General Public License Version 2 only ("GPL") or the Common Development
@@ -64,4 +64,4 @@ Run the example as follows:
64
64
65
65
This deploys the example using [ Grizzly] ( http://grizzly.java.net/ ) container.
66
66
67
- - < http://localhost:8080/helloworld >
67
+ - < http://localhost:8080/base/ helloworld >
Original file line number Diff line number Diff line change 1904
1904
<rome .version>1.0</rome .version>
1905
1905
<servlet2 .version>2.4</servlet2 .version>
1906
1906
<servlet3 .version>3.0.1</servlet3 .version>
1907
- <servlet4 .version>4.0.0-b07 </servlet4 .version>
1907
+ <servlet4 .version>4.0.0</servlet4 .version>
1908
1908
<simple .version>6.0.1</simple .version>
1909
1909
<slf4j .version>1.7.12</slf4j .version>
1910
1910
<spring4 .version>4.3.4.RELEASE</spring4 .version>
You can’t perform that action at this time.
0 commit comments