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 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
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.
66
77 The contents of this file are subject to the terms of either the GNU
88 General Public License Version 2 only ("GPL") or the Common Development
@@ -64,4 +64,4 @@ Run the example as follows:
6464
6565This deploys the example using [ Grizzly] ( http://grizzly.java.net/ ) container. You can access the application at:
6666
67- - < http://localhost:8080/base/ helloworld >
67+ - < http://localhost:8080/helloworld >
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
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.
66
77 The contents of this file are subject to the terms of either the GNU
88 General Public License Version 2 only ("GPL") or the Common Development
@@ -70,4 +70,4 @@ Run the example as follows:
7070
7171This deploys the example using [ Grizzly] ( http://grizzly.java.net/ ) container. You can access the application at:
7272
73- - < http://localhost:8080/base /helloworld >
73+ - < http://localhost:8080/helloworld-webapp /helloworld >
Original file line number Diff line number Diff line change 6262 <dependency >
6363 <groupId >javax.servlet</groupId >
6464 <artifactId >javax.servlet-api</artifactId >
65- <version >${servlet3 .version} </version >
65+ <version >${servlet4 .version} </version >
6666 </dependency >
6767
6868 <dependency >
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
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.
66
77 The contents of this file are subject to the terms of either the GNU
88 General Public License Version 2 only ("GPL") or the Common Development
@@ -64,4 +64,4 @@ Run the example as follows:
6464
6565This deploys the example using [ Grizzly] ( http://grizzly.java.net/ ) container.
6666
67- - < http://localhost:8080/helloworld >
67+ - < http://localhost:8080/base/ helloworld >
Original file line number Diff line number Diff line change 19041904 <rome .version>1.0</rome .version>
19051905 <servlet2 .version>2.4</servlet2 .version>
19061906 <servlet3 .version>3.0.1</servlet3 .version>
1907- <servlet4 .version>4.0.0-b07 </servlet4 .version>
1907+ <servlet4 .version>4.0.0</servlet4 .version>
19081908 <simple .version>6.0.1</simple .version>
19091909 <slf4j .version>1.7.12</slf4j .version>
19101910 <spring4 .version>4.3.4.RELEASE</spring4 .version>
You can’t perform that action at this time.
0 commit comments