wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

eclipse jetty localhost works ip not works #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
i can visit the app service by localhost 
but i can not use 127.0.0.1 or my lan ip(10.230.16.12) 

why? 

if i use tomcat , 127.0.0.1 and 10.230.16.12 works

What steps will reproduce the problem?
1.run as jetty
2.chrome/firefox/ie  http://localhost:80 (it works)
3.chrome/firefox/ie  http://127.0.0.1:80 (not works)

What Eclipse version are you using ?

What Run-Jetty-Run version are you using?
Running Jetty 6.1.26 or jetty-8.1.2.v20120308
What OS are you using ? 32bit or 64 bit?
64bit

Please provide any additional information below.

Original issue reported on code.google.com by jake....@gmail.com on 8 May 2013 at 3:15