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
Activity
Arran Mccullough
created issue -
Frank Ye
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Frank Ye [ frank.ye ] |
Frank Ye
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.8 [ 10161 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.8RC2 [ 10163 ] | |
Fix Version/s | 1.8 [ 10161 ] |
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Frank Ye [ frank.ye ] |
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>