Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2
-
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
http://www.adam-bien.com/roller/abien/entry/netbeans_6_5_with_visual
Issue Links
- blocks
-
ICE-3581 Netbeans 6.5.1 : 1.8.0 integration
- Closed
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>