Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 2.0.0
-
Fix Version/s: None
-
Component/s: Documentation, ICE-Components, Tool Integrations
-
Labels:None
-
Environment:Tomcat 6, Icefaces 2.0, Eclipse Helios
Description
Using the default icefaces/helios installation the web.xml is missing the following
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/icefaces/*</url-pattern>
</servlet-mapping>
When using the compatibility components, namely outputResource the new mapping is /icefaces/resource
Suggest updating the plugin for eclipse and the wiki page (documentation) to reflect extra mapping.
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/icefaces/*</url-pattern>
</servlet-mapping>
When using the compatibility components, namely outputResource the new mapping is /icefaces/resource
Suggest updating the plugin for eclipse and the wiki page (documentation) to reflect extra mapping.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Aaron Lucas
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Invalid [ 6 ] |