I am trying to port forward a particular application that I am developing for. In open shift I have the following applications available;
If i choose hotornot then i get the following when running this command in the terminal rhc
port-forward -a jbossas
if i run the same command but replace hotornot with the other application name (jbossas) - i get the following
Does anyone know why i can't port forward the second application but i can the first?
Thanks