ICEfaces
  1. ICEfaces
  2. ICE-3932

welcome-file-list parameters don't work in NetBeans 6.5 vwp integration

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.2
    • Fix Version/s: 1.8RC2, 1.8
    • Component/s: Tool Integrations
    • Labels:
      None
    • Environment:
      NetBeans
    • Workaround Exists:
      Yes
    • Workaround Description:
      Set the relative URL property in the project properties.

      Description

      The <welcome-file-list> properties of web.xml are ignored in a NetBeans 6.5 VWP.

      http://www.adam-bien.com/roller/abien/entry/netbeans_6_5_with_visual

        Issue Links

          Activity

          Hide
          Frank Ye added a comment -

          update template with following:

          <html>
          <head>
          <!-- Replace with default page URL for your application. -->
          <meta http-equiv="Refresh" content="0;url=Page1.iface">
          </head>
          </html>

          <welcome-file-list>
          <!-- index.html performs a browser redirect to the default ICEfaces
          page of this application. -->
          <welcome-file>index.html</welcome-file>
          </welcome-file-list>

          servlet mapping in part of Servlet 2.4 API. so the following should work as well

          <welcome-file>welcomeJSF.iface</welcome-file>

          Show
          Frank Ye added a comment - update template with following: <html> <head> <!-- Replace with default page URL for your application. --> <meta http-equiv="Refresh" content="0;url=Page1.iface"> </head> </html> <welcome-file-list> <!-- index.html performs a browser redirect to the default ICEfaces page of this application. --> <welcome-file>index.html</welcome-file> </welcome-file-list> servlet mapping in part of Servlet 2.4 API. so the following should work as well <welcome-file>welcomeJSF.iface</welcome-file>
          Hide
          Frank Ye added a comment -

          startup page:
          stand alone: Page1.iface
          woodstock co-exists: faces/Page1.jsp

          Show
          Frank Ye added a comment - startup page: stand alone: Page1.iface woodstock co-exists: faces/Page1.jsp

            People

            • Assignee:
              Unassigned
              Reporter:
              Arran Mccullough
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: