You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/09/12 01:35:57 UTC

[jira] Updated: (GERONIMO-4566) Need extra servlet mappings for jetty and tomcat for welcome jsps compiled into servlets

     [ https://issues.apache.org/jira/browse/GERONIMO-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated GERONIMO-4566:
-----------------------------------

          Component/s: Tomcat
                       Jetty
                       console
    Affects Version/s: 3.0
                       2.2
        Fix Version/s: 3.0
                       2.2
              Summary: Need extra servlet mappings for jetty and tomcat for welcome jsps compiled into servlets  (was: Need extra servlet mappings for jetty for welcome jsps compiled into servlets)

Underlying issue fixed in jetty 7

Also in tomcat trunk:

https://issues.apache.org/bugzilla/show_bug.cgi?id=47378

and 

http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java?r1=734728&r2=809596&pathrev=809596

> Need extra servlet mappings for jetty and tomcat 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) 
>          Components: console, Jetty, Tomcat
>    Affects Versions: 2.2, 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2, 3.0
>
>
> 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.