1

I am trying to port forward a particular application that I am developing for. In open shift I have the following applications available;

enter image description here

If i choose hotornot then i get the following when running this command in the terminal rhc

port-forward -a jbossas

enter image description here

if i run the same command but replace hotornot with the other application name (jbossas) - i get the following

enter image description here

Does anyone know why i can't port forward the second application but i can the first?

Thanks

timo.rieber
  • 3,727
  • 3
  • 32
  • 47
Biscuit128
  • 5,218
  • 22
  • 89
  • 149

1 Answers1

0

turns out i had to first login with a terminal via ssh then via another terminal i needed to run port forward but not just with the application name, i needed the domain name - in this instance rhc port-forward -a jbossas -n secondstory1d

then i needed to log out of the ssh terminal and then re port forward again :/

Biscuit128
  • 5,218
  • 22
  • 89
  • 149