diff --git a/hello-world-war-master/README.md b/hello-world-war-master/README.md
new file mode 100644
index 0000000..2d4e291
--- /dev/null
+++ b/hello-world-war-master/README.md
@@ -0,0 +1,4 @@
+Hello World! (WAR-style)
+===============
+
+This is the simplest possible Java webapp for testing servlet container deployments. It should work on any container and requires no other dependencies or configuration.
diff --git a/hello-world-war-master/dist/hello-world.war b/hello-world-war-master/dist/hello-world.war
new file mode 100644
index 0000000..03c6722
Binary files /dev/null and b/hello-world-war-master/dist/hello-world.war differ
diff --git a/hello-world-war-master/pom.xml b/hello-world-war-master/pom.xml
new file mode 100644
index 0000000..85f2e2e
--- /dev/null
+++ b/hello-world-war-master/pom.xml
@@ -0,0 +1,29 @@
+
+ It is now + <%= new java.util.Date() %>
++ You are coming from + <%= request.getRemoteAddr() %>
+ \ No newline at end of file