From cf3b0c624f42cc0b35e7c88da5d39db422747e34 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 10 Jan 2024 17:10:12 -0600 Subject: [PATCH] Updating for Servlet 5 --- .../src/main/webapps/webapp-a/WEB-INF/web.xml | 10 ++++++---- .../src/main/webapps/webapp-b/WEB-INF/web.xml | 10 ++++++---- .../jndi/src/main/webroots/jndi-root/WEB-INF/web.xml | 10 ++++++---- .../src/main/resources/hello-webapp/WEB-INF/web.xml | 10 ++++++---- webapps/hello/src/main/webapp/WEB-INF/web.xml | 10 ++++++---- 5 files changed, 30 insertions(+), 20 deletions(-) diff --git a/embedded/connectors/src/main/webapps/webapp-a/WEB-INF/web.xml b/embedded/connectors/src/main/webapps/webapp-a/WEB-INF/web.xml index 513e838..6772a60 100644 --- a/embedded/connectors/src/main/webapps/webapp-a/WEB-INF/web.xml +++ b/embedded/connectors/src/main/webapps/webapp-a/WEB-INF/web.xml @@ -1,7 +1,9 @@ - + + xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd" + metadata-complete="false" + version="5.0"> WebApp-A \ No newline at end of file diff --git a/embedded/connectors/src/main/webapps/webapp-b/WEB-INF/web.xml b/embedded/connectors/src/main/webapps/webapp-b/WEB-INF/web.xml index 4e27348..6924eb4 100644 --- a/embedded/connectors/src/main/webapps/webapp-b/WEB-INF/web.xml +++ b/embedded/connectors/src/main/webapps/webapp-b/WEB-INF/web.xml @@ -1,7 +1,9 @@ - + + xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd" + metadata-complete="false" + version="5.0"> WebApp-B \ No newline at end of file diff --git a/embedded/jndi/src/main/webroots/jndi-root/WEB-INF/web.xml b/embedded/jndi/src/main/webroots/jndi-root/WEB-INF/web.xml index eed88c6..be96048 100644 --- a/embedded/jndi/src/main/webroots/jndi-root/WEB-INF/web.xml +++ b/embedded/jndi/src/main/webroots/jndi-root/WEB-INF/web.xml @@ -1,8 +1,10 @@ - + + xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd" + metadata-complete="false" + version="5.0"> My Foo Resource diff --git a/embedded/webapp-context/src/main/resources/hello-webapp/WEB-INF/web.xml b/embedded/webapp-context/src/main/resources/hello-webapp/WEB-INF/web.xml index e91cf0d..dadc07c 100644 --- a/embedded/webapp-context/src/main/resources/hello-webapp/WEB-INF/web.xml +++ b/embedded/webapp-context/src/main/resources/hello-webapp/WEB-INF/web.xml @@ -1,8 +1,10 @@ - + + xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd" + metadata-complete="false" + version="5.0"> hello webapp hello diff --git a/webapps/hello/src/main/webapp/WEB-INF/web.xml b/webapps/hello/src/main/webapp/WEB-INF/web.xml index 56c30a4..4255d8c 100644 --- a/webapps/hello/src/main/webapp/WEB-INF/web.xml +++ b/webapps/hello/src/main/webapp/WEB-INF/web.xml @@ -1,8 +1,10 @@ - + + xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd" + metadata-complete="false" + version="5.0"> hello webapp hello