I'm trying to open a port on open shift for a java application. But when I run the app I get this error
There was an error binding to port 1701. Port already in use.
Any ideas?
I'm trying to open a port on open shift for a java application. But when I run the app I get this error
There was an error binding to port 1701. Port already in use.
Any ideas?
If you want to connect to your app externally using HTTP, you can only bind your app to 8080. Here's a summary.
(Ports 15000 - 35530 are available for binding internal IP, but these ports are not externally addressable.)