diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-21 00:40:45 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-21 00:40:45 +0100 |
commit | 72307dcf589b695babb3a836817fd7b78907fd05 (patch) | |
tree | cd83579ebd4c0dc346ba4fe34f7e68123ebfe007 /src/main/webapp/WEB-INF | |
parent | 91913619a1ef54358d58c8185b60024e0747ac96 (diff) |
Inicijalni commit.
Diffstat (limited to 'src/main/webapp/WEB-INF')
-rw-r--r-- | src/main/webapp/WEB-INF/web.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..08c58a0 --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> + <display-name>ImiPokemon</display-name> + <welcome-file-list> + <welcome-file>index.html</welcome-file> + <welcome-file>index.jsp</welcome-file> + <welcome-file>index.htm</welcome-file> + <welcome-file>default.html</welcome-file> + <welcome-file>default.jsp</welcome-file> + <welcome-file>default.htm</welcome-file> + </welcome-file-list> +</web-app>
\ No newline at end of file |