• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

pages cannot be seen by computer on same network

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a webapp running that will work fine on http://localhost/. The only thing I have changed is changing the port from 8080 to 80. I would like to be able to make this visible by the public. I have a DNS domain. First of all, I can't access the page using http://myipaddress/webappName on a laptop in the same network or router. The ip address I'm putting in there is from the internal IP address. Is there anything else I need to change to make this work? I'd like to take this to the next level, but if I can't see it on the same network, that seems like a hurdle I should get over before trying to make this public. I have windows 7 64 bit for os, and I used the apache tomcat 6.x installer to install tomcat.

Thank you!
 
Greenhorn
Posts: 19
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have some firewall?
Can be that you need to open port in firewall?
 
Andy Lin
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ahhhh... I feel silly now. Thank you very much for the reply. Punching a hole into the appropriate places in the firewall made it possible

Thanks again. Feel silly
 
I've been selected to go to the moon! All thanks to this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic