Yes - this should help.
Will let you know.
Thanks!
Hi,
I would like to run Mango on cloude server but i got this error durring initialization:
SelectChannelConnector@0.0.0.0:8080 FAILED: java.net.SocketException: Permission denied.
Embedded Jetty tries to open socket at 0.0.0.0, which is prohibited by Openshift server - you can only open ports at $OPENSHIFT_INTERNAL_IP.
My question is : how to set jetty.host to $OPENSHIFT_INTERNAL_IP ( any xml ? ) ?
Is compilation from source necessary ?
Thanks in advance
Przemek
Hi,
I would like to run Mango on cloude server but i got this error durring initialization:
SelectChannelConnector@0.0.0.0:8080 FAILED: java.net.SocketException: Permission denied.
Embedded Jetty tries to open socket at 0.0.0.0, which is prohibited by Openshift server - you can only open ports at $OPENSHIFT_INTERNAL_IP.
My question is : how to set jetty.host to $OPENSHIFT_INTERNAL_IP ( any xml ? ) ?
Is compilation from source necessary ?
Thanks in advance
Przemek