[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6810) Launching page via Run As.. doesn't take into account JSF servlet mapping

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu Feb 24 12:22:08 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584531#comment-12584531 ] 

Viacheslav Kabanovich commented on JBIDE-6810:
----------------------------------------------

Since https://bugs.eclipse.org/bugs/show_bug.cgi?id=330902 fixed for WTP 3.2.1 as https://bugs.eclipse.org/bugs/show_bug.cgi?id=316926, this issue is fixed as well.

> Launching page via Run As.. doesn't take into account JSF servlet mapping
> -------------------------------------------------------------------------
>
>                 Key: JBIDE-6810
>                 URL: https://issues.jboss.org/browse/JBIDE-6810
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF, UpStream
>    Affects Versions: 3.2.0.M1
>            Reporter: Max Katz
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.2.0.Final
>
>
> 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: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list