[MRM-1426] Set welcome page in web.xml

Submitted by Chris Graham.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1204978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-11-22 13:21:54 +00:00
parent 4a677e2b9f
commit 7328b600d5
1 changed files with 4 additions and 0 deletions

View File

@ -199,6 +199,10 @@
<url-pattern>/restServices/*</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<session-config>
<!-- 30 minutes session timeout -->
<session-timeout>30</session-timeout>