]
Max Andersen commented on JBIDE-6810:
-------------------------------------
Slava, have we reported this issue ? This is something we should push for to get fixed if
it even fails on basic jsf wtp projects.
Launching page via Run As.. doesn't take into account JSF servlet
mapping
-------------------------------------------------------------------------
Key: JBIDE-6810
URL:
https://jira.jboss.org/browse/JBIDE-6810
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.0.M1
Reporter: Max Katz
Assignee: Vlado Pakan
Fix For: 3.2.0.CR1
Servlet mapping in web.xml:
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
Create simple JSF page (start.xhtml)
Right click page and select Run As>Run On Server...
The following URL opens:
http://localhost:8080/rf/start.xhtml
The URL is not correct, it should be:
http://localhost:8080/rf/start.jsf
Same problem with /faces/* mapping
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: