From 6d089de58c58e4494a3f90ccad4f8e8e80e64876 Mon Sep 17 00:00:00 2001 From: Mastersandy007 Date: Sat, 7 May 2022 10:20:02 +0530 Subject: [PATCH] First Commit --- pom.xml | 21 +++++++++++++++++++++ src/main/webapp/WEB-INF/web.xml | 7 +++++++ src/main/webapp/index.jsp | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 pom.xml create mode 100644 src/main/webapp/WEB-INF/web.xml create mode 100644 src/main/webapp/index.jsp diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c0ddba8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,21 @@ + + 4.0.0 + com.srinfo + java-web-project + war + 1.0-SNAPSHOT + java-web-project Maven Webapp + http://maven.apache.org + + + junit + junit + 3.8.1 + test + + + + java-web-project + + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..9f88c1f --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp new file mode 100644 index 0000000..c38169b --- /dev/null +++ b/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ + + +

Hello World!

+ +