Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11248

Invalid web.xml warning for welcome-file and error-page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.Alpha1
    • 3.3.0.M5
    • common
    • None

      web.xml shows warning "file name references to login.jsp that does not exist in web content"

      for

      <welcome-file-list>
          <welcome-file>login.jsf</welcome-file>
      </welcome-file-list>
      

      and "location references to /error/403.jsp that does not exist in web content"

      for

      <error-page>
         <error-code>403</error-code>
         <location>/error/403.jsf</location>
      </error-page>
      

      This just changed in a recent nightly and the actual pages are .xhtml not jsp

            scabanovich Viacheslav Kabanovich (Inactive)
            cody.lerum@gmail.com Cody Lerum
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: