mirror of https://github.com/apache/archiva.git
[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:
parent
4a677e2b9f
commit
7328b600d5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue