Skip to content

Commit e7e889f

Browse files
authored
Merge pull request #1 from wesmc7777/master
Adding Yi's text changes
2 parents fd83927 + 150adb9 commit e7e889f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Java Hello World
1+
2+
# Azure App Service on Linux
3+
4+
## Java HelloWorld
25

36
This sample demonstarates a Hello World app for Azure App Service Linux
47

5-
# Contributing
8+
## Contributing
69

710
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

WebContent/index.jsp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<title>Hello World</title>
88
</head>
99
<body>
10-
Homepage for /helloworld, the url for the Servlet is /helloworld/HelloWorldServlet
10+
<h2> This is the homepage for /helloworld, the url for the Servlet is /helloworld/HelloWorldServlet/ </h2>
11+
<h2> If you modify the sample, /[.war file name] is the path to the homepage, the url for the Servlet is /[.war file name]/[Servlet name]/ </h2>
12+
1113
</body>
1214
</html>

0 commit comments

Comments
 (0)