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.
Marking as Closed / Invalid as part of legacy ICEfaces ICE / Compat component JIRA cleanup.
Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf
If the issue persists with the current ICEfaces release, please create a new JIRA for it.