File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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:
1313
1414 $ mvn appengine:devserver
1515
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.
1717
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
1919and examine the logs to see the actual messages.
2020
2121## Deploying
@@ -29,10 +29,10 @@ and SOME-VERSION with a valid version number.
2929To save your project settings so that you don't need to enter the
3030 parameters, you can:
3131
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
3333 with your project name.
3434
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
3636 with a valid version number.
3737
3838
You can’t perform that action at this time.
0 commit comments