localhost:8080 within LAN

Does anybody know how to access localhost:8080 within LAN on a different PC?I have my app on http://localhost:8080/MyApp/index.htmlI want to access this page from a different computer within LAN.how can I do that?Thanks!
[255 byte] By [ThisObjecta] at [2007-10-2 7:54:45]
# 1
any help on this?
ThisObjecta at 2007-7-16 21:43:59 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
you need to find out the IP of your machine. If you are on windows try ipconfig /all in a command prompt. the url would be http://<ipaddress>:8080likewise if you are using linux the command would beifconfig
rashidmayesa at 2007-7-16 21:43:59 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 3
Thanks,I tried it somet time ago and it did not work.That's why I decided to post it here.Should I have configured something?
ThisObjecta at 2007-7-16 21:43:59 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 4
What OS are you using? Are you running a fire wall such that is preventing incoming request on 8080?Check to see which IP your server is listening on. Make sure its 0.0.0.0:8080
rashidmayesa at 2007-7-16 21:43:59 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 5
From other computers,they should replace the localhost to your computer's IP address. http://www.wisesoft.biz/
jetbrainsa at 2007-7-16 21:43:59 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 6
Hi Friends,if your Application server is Tomcat 4.1.0 then go to on /config/server.xml file and change the localhost to your ipaddress in <engine> tag...Enjoy Java TechoRegard,Amtho!!
JavaAmthoa at 2007-7-16 21:43:59 > top of Java-index,Java Mobility Forums,Consumer and Commerce...