You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Lance (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/04/13 14:47:17 UTC

[jira] [Issue Comment Edited] (TAP5-1904) Tomcat 7 Deployment Issue: Default Welcome File List Overrides Index component in T5 application

    [ https://issues.apache.org/jira/browse/TAP5-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253281#comment-13253281 ] 

Lance edited comment on TAP5-1904 at 4/13/12 12:46 PM:
-------------------------------------------------------

Adding the following to web.xml might fix it

<welcome-file-list>
    <welcome-file>Index</welcome-file>
</welcome-file-list> 
                
      was (Author: uklance):
    I think this might solve it

public static void contributeIgnoredPathsFilter(Configuration<String> configuration) {
   configuration.add("/index\\.(?:html|htm|jsp)");
} 
                  
> Tomcat 7 Deployment Issue: Default Welcome File List Overrides Index component in T5 application
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1904
>                 URL: https://issues.apache.org/jira/browse/TAP5-1904
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.2
>            Reporter: Uday Kari
>              Labels: tomcat
>
> In Tomcat 7, the root index page/component in T5 application is being overridden by Default Welcome File List.  
> For more please see: 
> http://tapestry.1045711.n5.nabble.com/Tomcat-7-deployment-TapestryModule-RequestExceptionHandler-Processing-of-request-failed-with-uncaugh-td5637647.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira