I run my web application using eclipse with tomcat I receive this problem (in internal browser of eclipse – internet explorer):
http://localhost:8080/MyApp/
This program cannot display the webpage ….
Because I am after the proxy.
but when I manually put http://127.0.0.1:8080/MyApp/ – it works.
Is possible to adjust settings of Eclipse to launch url like: 127.0.0.1:8080 instead of localhost?
Thanks.
I run my web application using eclipse with tomcat I receive this problem (in
Share
Open the “Servers View” , double click your tomcat server, the local configuration will appear.Change the hostname to “127.0.0.1” and then save.