From a1f50008a0ffc8c585deb88464362238a8e68ffc Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sat, 18 May 2024 21:23:40 -0400 Subject: Initial commit --- src/main/webapp/WEB-INF/web.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/webapp/WEB-INF/web.xml (limited to 'src/main/webapp/WEB-INF') diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..4082750 --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,17 @@ + + + index.html + + + Faces Servlet + jakarta.faces.webapp.FacesServlet + 1 + + + Faces Servlet + *.xhtml + + -- cgit v1.2.3