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

Cody Lerum (JIRA) jira-events at lists.jboss.org
Fri Mar 9 12:54:36 EST 2012


Cody Lerum created JBIDE-11248:
----------------------------------

             Summary: 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
    Affects Versions: 3.3.0.M5
         Environment: Nightly Build as of 3/8/2012
            Reporter: Cody Lerum


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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list