Skip to content

Commit ecb3d5a

Browse files
committed
update readme
1 parent 6ff66c8 commit ecb3d5a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ Here's an example of some things to check after running the build script:
2323
tomcat 8.5 a92c139758db 2 weeks ago 558MB
2424
$
2525

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+
2635
## Run
2736

2837
Here are the summarized commands to run and test that Tomcat is serving the war file:

0 commit comments

Comments
 (0)