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!
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!!