[jbosstools-issues] [JBoss JIRA] (JBIDE-19850) As a user I want to easily set up port forwarding for my application

Andre Dietisheim (JIRA) issues at jboss.org
Tue Jul 21 10:31:04 EDT 2015


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

Andre Dietisheim edited comment on JBIDE-19850 at 7/21/15 10:30 AM:
--------------------------------------------------------------------

[~fbricon] [~mlabuda] this works for me:
* when *NOT* checking "Find free local ports for remote ports"
{code}
[adietish at localhost origin]$ curl localhost:8080
Hello OpenShift!
{code}
* and also when *checking* "Find free local ports for remote ports" 
{code}
[adietish at localhost origin]$ curl localhost:56188
Hello OpenShift!
{code}
Since this doesnt work for [~mlabuda] (Linux) nor [~fbricon] (MacOS) but works for me (Linux) this cant be OS specific. 


was (Author: adietish):
[~fbricon] [~mlabuda] this works for me:
{code}
[adietish at localhost origin]$ curl localhost:8080
Hello OpenShift!
{code}
Since this doesnt work for [~mlabuda] (Linux) nor [~fbricon] (MacOS) but works for me (Linux) this cant be OS specific. 

> As a user I want to easily set up port forwarding for my application
> --------------------------------------------------------------------
>
>                 Key: JBIDE-19850
>                 URL: https://issues.jboss.org/browse/JBIDE-19850
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: openshift
>    Affects Versions: 4.3.0.Beta1
>            Reporter: Andre Dietisheim
>            Assignee: Jeff Cantrill
>            Priority: Blocker
>              Labels: openshift_v3, port_forwarding_wizard, respin-a
>             Fix For: 4.3.0.Beta2
>
>         Attachments: hello_world_template.json
>
>
> As a user I want to be able to easily set up port forwarding to my application
> Test by:
> # Start OpenShift
> # Create app from attached template
> # Right Click on "Hello-world Pod" > Forward Ports
> # Check find open ports
> # Start Port forwarding
> # In a terminal "curl localhost:<assigned local port>"
> # Expect "Hello OpenShift"



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list