java - Problems to reach internet url for wildfly cartridge -
i deploy ear web application on wildfly 8 app in openshift.
deploy terminate successfully.
in local mode (127.0.0.1) webapp respond correctly on http://127.0.0.1:8082/<> rhc port-forward on.
if helps, below output of rhc port forward :
haproxy 127.0.0.1:8080 => 127.12.6.2:8080 haproxy 127.0.0.1:8081 => 127.12.6.3:8080 java 127.0.0.1:3528 => 127.12.6.1:3528 java 127.0.0.1:7600 => 127.12.6.1:7600 java 127.0.0.1:8082 => 127.12.6.1:8080 java 127.0.0.1:9990 => 127.12.6.1:9990
but dont't reach application internet urls. try http://"full openshift app url":8080/"context-root" or http://"full openshift app url"/"context-root" not work.
what's wrong?
Comments
Post a Comment