diff --git a/apps/susidns/src/WEB-INF/web-template.xml b/apps/susidns/src/WEB-INF/web-template.xml index db470f8152aafeee7ca44f78604dc6524523aecf..912be2f4cc5f7e0caa7f1f96123aacc9da1b5719 100644 --- a/apps/susidns/src/WEB-INF/web-template.xml +++ b/apps/susidns/src/WEB-INF/web-template.xml @@ -5,15 +5,6 @@ <web-app> <display-name>susidns</display-name> <!-- precompiled servlets --> - <session-config> - <session-timeout> - 30 - </session-timeout> - </session-config> - <welcome-file-list> - <welcome-file>index.html</welcome-file> - <welcome-file>index.jsp</welcome-file> - </welcome-file-list> <!-- non-.jsp URLs --> @@ -42,4 +33,14 @@ <url-pattern>/index</url-pattern> </servlet-mapping> + <session-config> + <session-timeout> + 30 + </session-timeout> + </session-config> + <welcome-file-list> + <welcome-file>index.html</welcome-file> + <welcome-file>index.jsp</welcome-file> + </welcome-file-list> + </web-app>