[
https://issues.jboss.org/browse/JBIDE-19850?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-19850 at 7/21/15 10:47 AM:
--------------------------------------------------------------------
[~fbricon] [~mlabuda] this works for me:
* when *NOT* checking "Find free local ports for remote ports"
{code}
[adietish@localhost origin]$ curl localhost:8080
Hello OpenShift!
{code}
* and also when *checking* "Find free local ports for remote ports"
{code}
[adietish@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:
* when *NOT* checking "Find free local ports for remote ports"
{code}
[adietish@localhost origin]$ curl localhost:8080
Hello OpenShift!
{code}
* and also when *checking* "Find free local ports for remote ports"
{code}
[adietish@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.
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)