This commit is contained in:
thomas.millot 2021-10-18 14:48:09 +02:00
parent f008779cbe
commit d74c04a97d
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<%-- any content can be specified here e.g.: --%>
<%@ page pageEncoding="UTF-8" %>
<h2>Hello World!</h2>

View File

@ -15,7 +15,7 @@
</servlet>
<servlet-mapping>
<servlet-name>AuthentifServlet</servlet-name>
<url-pattern>/authentif</url-pattern>
<url-pattern>/Authentif</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ModifServlet</servlet-name>