From a12f7487f7c7309cb85a45da8c3f13d521e4c957 Mon Sep 17 00:00:00 2001 From: Rishi621 <69954527+Rishi621@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:53:41 +0530 Subject: [PATCH 1/4] Update web.xml --- src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 9f88c1f96..cbf9ae086 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,5 +1,5 @@ From 66d0beab0c5162f42ed99f71526f7f3bc3bf736c Mon Sep 17 00:00:00 2001 From: Rishi621 <69954527+Rishi621@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:54:53 +0530 Subject: [PATCH 2/4] Update web.xml --- src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index cbf9ae086..9f88c1f96 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,5 +1,5 @@ From 71a8b2abe2cb25bff0c1dff23b14efafe07bed80 Mon Sep 17 00:00:00 2001 From: Rishi621 <69954527+Rishi621@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:58:09 +0530 Subject: [PATCH 3/4] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f5d3c472..46c400098 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ in.javahome myweb war - 8.6.9 + 8.7.0 Java Home myweb http://maven.apache.org From 19d7a50dff967d9c4704deb81dee247726ee90b1 Mon Sep 17 00:00:00 2001 From: Rishi621 <69954527+Rishi621@users.noreply.github.com> Date: Tue, 15 Apr 2025 07:41:49 +0530 Subject: [PATCH 4/4] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e0f27ac40..235f3de2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +#Hi FROM tomcat:8.0.20-jre8 COPY tomcat-users.xml /usr/local/tomcat/conf COPY target/*.war /usr/local/tomcat/webapps/myweb.war