[jbosstools-issues] [JBoss JIRA] (JBIDE-13168) Wrong URLs in central examples

Sande Gilda (JIRA) jira-events at lists.jboss.org
Thu Nov 29 09:49:21 EST 2012


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

Sande Gilda commented on JBIDE-13168:
-------------------------------------

I looked at the fix made in the EAP6 quickstarts: https://github.com/sgilda/quickstart/commit/78416f4fa2390f0fc52c4bf196f3013f016dbe0a

The link for the Documentation (the broken link): http://red.ht/jbeap-6-docs
was replaced with this one: https://access.redhat.com/knowledge/docs/JBoss_Enterprise_Application_Platform/

This link remained unchanged for the Product Information (it works): http://red.ht/jbeap-6

Should we replace the doc link or just point http://red.ht/jbeap-6-docs to the correct location?

@pmuir: Do you know how to go about that?
                
> Wrong URLs in central examples
> ------------------------------
>
>                 Key: JBIDE-13168
>                 URL: https://issues.jboss.org/browse/JBIDE-13168
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: central, project-examples
>    Affects Versions: 4.0.0.CR1
>            Reporter: Rastislav Wagner
>            Assignee: Fred Bricon
>              Labels: respin-b
>             Fix For: 4.0.0.CR1
>
>
> According to readme.md in project examples:
> *GWT*
> {code}This will deploy `target/jboss-as-kitchensink-errai.war`.
>  
> The application will be running at the following URL <http://localhost:8080/jboss-as-kitchensink-errai/>.{code}
> should be
> {code}target/jboss-gwt-webapp.war
> http://localhost:8080/jboss-gwt-webapp/{code}
> *HTML5*
> {code}The client application will be running at the following URL <http://localhost:8080/jboss-as-kitchensink-html5-mobile/>.{code}
> should be
> {code}http://localhost:8080/jboss-html5-webapp{code}
> *RICHFACES*
> {code}http://localhost:8080/jboss-as-kitchensink-rf/{code}
> should be
> {code}http://localhost:8080/jboss-richfaces-webapp{code}
> *JAVAEE6-MULTI*
> {code}http://localhost:8080/jboss-javaee6-multi{code}
> should be
> {code}http://localhost:8080/jboss-javaee6-multi-web{code}
> Also springmvc, javaee6-webapp/javaee6-mult,html5 index.html contains wrong URL {code}http://red.ht/jbeap-6-docs{code} which points to 404.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list