We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f1280 commit 184b35fCopy full SHA for 184b35f
src/main/java/Hello.class
-986 Bytes
src/main/java/Hello.java
@@ -10,7 +10,7 @@ public class Hello extends HttpServlet {
10
11
public void init() throws ServletException {
12
// Do required initialization
13
- message = "Hello World Hello.java";
+ message = "Hello World: src/main/java/Hello.java";
14
}
15
16
public void doGet(HttpServletRequest request, HttpServletResponse response)
src/main/webapp/index.jsp
@@ -1,5 +1,5 @@
1
<html>
2
<body>
3
-<h2>Hello World index.jsp!</h2>
+<h2>Hello World: src/main/webapp/index.jsp</h2>
4
</body>
5
</html>
0 commit comments