]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1426] Set welcome page in web.xml
authorOlivier Lamy <olamy@apache.org>
Tue, 22 Nov 2011 13:21:54 +0000 (13:21 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 22 Nov 2011 13:21:54 +0000 (13:21 +0000)
Submitted by Chris Graham.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1204978 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml

index 084c7ff395569ae45d7dd2bd3faab38ef8522102..e80d67a9b7171f65090d655532cf01bae5f91540 100644 (file)
     <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>