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 6ff66c8 commit ecb3d5aCopy full SHA for ecb3d5a
README.md
@@ -23,6 +23,15 @@ Here's an example of some things to check after running the build script:
23
tomcat 8.5 a92c139758db 2 weeks ago 558MB
24
$
25
26
+## Source Code
27
+
28
+The app is a small demo of a java servlet app. Here's the source code to url mapping:
29
30
+Source | Url
31
+--- | ---
32
+src/main/java/Hello.java | localhost:8080/demo/Hello
33
+src/main/webapp/index.jsp | localhost:8080/demo/index.jsp
34
35
## Run
36
37
Here are the summarized commands to run and test that Tomcat is serving the war file:
0 commit comments