Add a welcome-file-list with a welcome-file index.jsp to web.xml in Solr 
servlet war.
-------------------------------------------------------------------------------------

                 Key: SOLR-2676
                 URL: https://issues.apache.org/jira/browse/SOLR-2676
             Project: Solr
          Issue Type: Improvement
          Components: Build
    Affects Versions: 3.1
            Reporter: Jay R. Jaeger
            Priority: Trivial


Some web application servers (e.g., IBM WebSphere application server) do not 
have a default welcome file list.  The Solr servlet and related JSPs currently 
depend upon a default welcome file list.  Adding a welcome-file-list entry to 
web.xml will rectify this problem in a compatible way:

<welcome-file-list>
  <welcome-file>index.jsp</welcome-file>
</welcome-file-list>



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to