You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What kind of Java application is being discussed here? I have the same issue with a Spring MVC based web application bootstrapped with webapp-runner on Heroku and I was wondering where I should load/trigger the code suggested here?
I have tried two methods:
I load a Bean in my root application context, setting those env variables.
I use JVM command line arguments to set proxy configuration: -Dhttp.proxyHost=proxyhostURL -Dhttp.proxyPort=proxyPortNumber -Dhttp.proxyUser=proxy -Dhttp.proxyPassword=somePassword
Both methods still end up in Caused by: java.net.BindException: Cannot assign requested address ...
What kind of web application server are you using?
How does your Procfile looks like after using this method?
Hi,
What kind of Java application is being discussed here? I have the same issue with a Spring MVC based web application bootstrapped with webapp-runner on Heroku and I was wondering where I should load/trigger the code suggested here?
I have tried two methods:
Both methods still end up in Caused by: java.net.BindException: Cannot assign requested address ...
What kind of web application server are you using?
How does your Procfile looks like after using this method?
Kind regards,
Bart
The text was updated successfully, but these errors were encountered: