Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-2676

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.1
    • 3.4, 4.0-ALPHA
    • Build
    • None

    Description

      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>

      Attachments

        Activity

          People

            hossman Chris M. Hostetter
            dotjrj Jay R. Jaeger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: