diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-03-28 21:35:10 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-03-28 21:35:10 +0530 |
| commit | 5b6b5b62a0dfd4525db9a97a52634d1f8bb8e19c (patch) | |
| tree | 3017b927bd13690c3316ed5b6a0032eb3391f1a4 /maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml | |
| parent | dfc57517c8fd60f862029d95c25aa01410578c69 (diff) | |
Added a simple application showing form submission
Diffstat (limited to 'maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml')
| -rw-r--r-- | maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml b/maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..9f88c1f --- /dev/null +++ b/maven/03-hello2-form-submission-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ +<!DOCTYPE web-app PUBLIC + "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" + "http://java.sun.com/dtd/web-app_2_3.dtd" > + +<web-app> + <display-name>Archetype Created Web Application</display-name> +</web-app> |
