We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72398d3 commit 0cc9f00Copy full SHA for 0cc9f00
appengine-java11/helloworld-servlet/README.md
@@ -85,7 +85,7 @@ mvn install
85
86
- Start the server with your `WAR` file as an argument:
87
```
88
-mvn exec:java -Dexec.args="../helloworld-java8/target/helloworld.war"
+mvn exec:java -Dexec.args="../helloworld-servlet/target/helloworld.war"
89
90
91
Then visit: http://localhost:8080/hello
0 commit comments