SOLR-2676: default welcome-file-list in solr.war

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2011-07-28 22:30:09 +00:00
parent 30b663ff3a
commit b6de525da5
2 changed files with 8 additions and 0 deletions

View File

@ -394,6 +394,9 @@ Bug Fixes
* SOLR-2669: Fix backwards validation of field properties in
SchemaField.calcProps (hossman)
* SOLR-2676: Add "welcome-file-list" to solr.war so admin UI works correctly
in servlet containers such as WebSphere that do not use a default list
(Jay R. Jaeger, hossman)
Other Changes
----------------------

View File

@ -99,4 +99,9 @@
<mime-type>application/xslt+xml</mime-type>
</mime-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
</web-app>