Need extra servlet mappings for jetty for welcome jsps compiled into servlets
-----------------------------------------------------------------------------

                 Key: GERONIMO-4566
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4566
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
            Reporter: David Jencks
            Assignee: David Jencks


See http://jira.codehaus.org/browse/JETTY-936.  We need to include at least a 
servlet mapping something like:

    <servlet-mapping>
        <servlet-name>jsp.index_jsp</servlet-name>
        <url-pattern>/</url-pattern>
    </servlet-mapping>

until jetty fixes the default servlet.

This showed up because I deleted the uncompiled jsps.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to