[jbosstools-issues] [JBoss JIRA] (JBIDE-11248) Invalid web.xml warning for welcome-file and error-page

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Thu Sep 13 10:12:33 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-11248.
-------------------------------



Verified with JBT 4.0.0.Alpha-B9
                
> Invalid web.xml warning for welcome-file and error-page
> -------------------------------------------------------
>
>                 Key: JBIDE-11248
>                 URL: https://issues.jboss.org/browse/JBIDE-11248
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 3.3.0.M5
>         Environment: Nightly Build as of 3/8/2012
>            Reporter: Cody Lerum
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.0.0.Alpha1
>
>         Attachments: .project, org.eclipse.wst.common.project.facet.core.xml
>
>
> web.xml shows warning "file name references to login.jsp that does not exist in web content"
> for
> {code}
> <welcome-file-list>
>     <welcome-file>login.jsf</welcome-file>
> </welcome-file-list>
> {code}
> and "location references to /error/403.jsp that does not exist in web content"
> for
> {code}
> <error-page>
>    <error-code>403</error-code>
>    <location>/error/403.jsf</location>
> </error-page>
> {code}
> This just changed in a recent nightly and  the actual pages are .xhtml not jsp

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list