File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ To run this sample locally:
13
13
14
14
$ mvn appengine:devserver
15
15
16
- To see the results of the RequestsServlet, open localhost:8080 in a WWW browser.
16
+ To see the results of the RequestsServlet, open ` localhost:8080 ` in a WWW browser.
17
17
18
- To see the results of the LoggingServlet, open localhost:8080/logs in a WWW browser
18
+ To see the results of the LoggingServlet, open ` localhost:8080/logs ` in a WWW browser
19
19
and examine the logs to see the actual messages.
20
20
21
21
## Deploying
@@ -29,10 +29,10 @@ and SOME-VERSION with a valid version number.
29
29
To save your project settings so that you don't need to enter the
30
30
parameters, you can:
31
31
32
- 1 . Update the <application > tag in src/main/webapp/WEB-INF/appengine-web.xml
32
+ 1 . Update the ` <application> ` tag in src/main/webapp/WEB-INF/appengine-web.xml
33
33
with your project name.
34
34
35
- 2 . Update the <version > tag in src/main/webapp/WEB-INF/appengine-web.xml
35
+ 2 . Update the ` <version> ` tag in src/main/webapp/WEB-INF/appengine-web.xml
36
36
with a valid version number.
37
37
38
38
You can’t perform that action at this time.
0 commit comments