forked from I2P_Developers/i2p.i2p
reorder susidns xml changes
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user