reorder susidns xml changes

This commit is contained in:
zzz
2011-11-18 16:20:39 +00:00
parent 579af7e3ad
commit cac1ad35bf

View File

@ -5,15 +5,6 @@
<web-app> <web-app>
<display-name>susidns</display-name> <display-name>susidns</display-name>
<!-- precompiled servlets --> <!-- 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 --> <!-- non-.jsp URLs -->
@ -42,4 +33,14 @@
<url-pattern>/index</url-pattern> <url-pattern>/index</url-pattern>
</servlet-mapping> </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> </web-app>